]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/vstart.sh: add cephfs-shell section to ceph.conf
authorRishabh Dave <ridave@redhat.com>
Wed, 28 Aug 2019 14:47:22 +0000 (20:17 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 6 Dec 2019 03:22:59 +0000 (08:52 +0530)
And set "debug" to true, so that developers can see tracebacks in case
cephfs-shell crashes.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/vstart.sh

index 2d053175e1aa6279c535f5ee1ba9be7113f3fa8c..541174e433e63bde818262bc8429f98deb16df7c 100755 (executable)
@@ -692,6 +692,12 @@ EOF
         ;rgw crypt vault secret engine = transit
         ;rgw crypt vault prefix = /v1/transit/export/encryption-key/
 
+$extra_conf
+EOF
+wconf <<EOF
+[cephfs-shell]
+        debug shell = true
+
 $extra_conf
 EOF