]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephfs-shell: support cephfs-shell.conf 33286/head
authorRishabh Dave <ridave@redhat.com>
Thu, 27 Feb 2020 07:50:11 +0000 (13:20 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 20 May 2020 16:02:45 +0000 (21:32 +0530)
commit1abfdd161cf2f615b8fa9faf2c10dab5b8cd6305
treed1e8c60d250e5b0a668d83acfeb69e41ae79a109
parent3a26099d05e56531ead737ed967252fe9cfb5db2
cephfs-shell: support cephfs-shell.conf

cephfs-shell options should reside in cephfs-shell.conf and not in
ceph.conf. Please note, unlike before, -c option of cephfs-shell must
take path to cephfs-shell.conf instead of path to ceph.conf.

This commit also updates the docs and the tests for cephfs-shell accordingly
and renames the variable config_path in cephfs-shell to shell_conf_path so
that it's easy to distinguish.

Fixes: https://tracker.ceph.com/issues/44127
Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/cephfs/cephfs-shell.rst
qa/tasks/cephfs/test_cephfs_shell.py
src/common/options.cc
src/tools/cephfs/cephfs-shell
src/vstart.sh