From mboxrd@z Thu Jan 1 00:00:00 1970 From: minwoo.im.dev@gmail.com (Minwoo Im) Date: Thu, 11 Jul 2019 21:33:03 +0900 Subject: [PATCH rfc 2/6] nvme-cli: support persistent connections to a discovery controller In-Reply-To: <20190710232740.26734-3-jsmart2021@gmail.com> References: <20190710232740.26734-1-jsmart2021@gmail.com> <20190710232740.26734-3-jsmart2021@gmail.com> Message-ID: <20190711123303.GB8398@minwoo-desktop> On 19-07-10 16:27:36, James Smart wrote: > From: Sagi Grimberg > > Simply don't destroy the discovery controller after getting the > log pages. Note that persistent connection to a discovery subsystem > require to pass in a non-zero kato value, so if not provided we > simply use a default of 30 seconds kato. > > Example: > nvme connect-all ... --persistent > > Signed-off-by: Sagi Grimberg > Reviewed-by: James Smart > Reviewed-by: Hannes Reinecke > Reviewed-by: Max Gurtovoy This is what I really wanted to make it support! Reviewed-by: Minwoo Im Thanks!