Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* nvme-cli argument passing for connect-all
@ 2019-02-11 14:34 Hannes Reinecke
  2019-02-11 20:06 ` Keith Busch
  0 siblings, 1 reply; 3+ messages in thread
From: Hannes Reinecke @ 2019-02-11 14:34 UTC (permalink / raw)


Hi Keith,

I've come across a bit of an awkward issue, and I really would like some 
clarification on how to move forward.

Thing is, for 'connect-all' we have to pass _all_ arguments (for connect 
_and_ discovery), yet not every argument is valid for both calls.
Which means if we enable nvme-cli to accept the superset of those 
arguments one or the other call will fail.
(Case in point: 'keep-alive-tmo' will return an error for discovery 
controllers, so we cannot set it when calling 'connect-all').

We now have two ways of solving it:

Either blank the incorrect options from nvme-cli, and ensure that we're 
only setting the valid options.
However, when doing so we will have to keep nvme-cli in sync with the 
kernel, otherwise we'll never be setting this option even if at some 
later time one of these options becomes valid.

Or we can simply ignore the options from the kernel parser, giving us 
some more leeway when updating either side.
(Case in point: the kernel will ignore the 'nr_io_queues' argument for 
discovery controllers)

Can we please decide on a common policy how to handle invalid arguments?
Like accept _all_ known arguments for both, discovery _and_ connect, and 
only return errors for unknown arguments?

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		   Teamlead Storage & Networking
hare at suse.de			               +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N?rnberg
GF: F. Imend?rffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG N?rnberg)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-12  7:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-11 14:34 nvme-cli argument passing for connect-all Hannes Reinecke
2019-02-11 20:06 ` Keith Busch
2019-02-12  7:06   ` Hannes Reinecke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox