]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
fabrics: Honor config file for connect-all
authorDaniel Wagner <dwagner@suse.de>
Thu, 19 May 2022 12:14:47 +0000 (14:14 +0200)
committerDaniel Wagner <dwagner@suse.de>
Thu, 19 May 2022 12:20:01 +0000 (14:20 +0200)
commite777ceb8875720ae42ea97d9f8a43c6913ec80c0
tree9bdf0ac89b4d84812d42d93345b1da1853eeb598
parent859490c174ad57b9ed16d76b5ec37675e7150eb3
fabrics: Honor config file for connect-all

The command line option -J config.json allows to provide a
configuration via a JSON file. We handle this correctly for the
'connect' case but fail to apply the configuration for 'connect-all'
because we missed to add nvme_read_config() in this path.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
fabrics.c