Ceph CLI commands failing
rickbharper
11 Posts
September 29, 2017, 1:56 pmQuote from rickbharper on September 29, 2017, 1:56 pmI'm trying to run some Ceph CLI commands from a ssh session and I keep getting the following error:
Error initializing cluster client: Error('error calling conf_read_file: error code 22',)
Based on the information I can find it seems this can be caused when the cluster name is not 'ceph' (mine is named 'psCluster01'); however, I don't see a fix and the ceph project tracker shows that this is already resolved
Is there a workaround for this on PetaSAN 1.4.0?
EDIT:
I figured out what I was doing wrong - had to specify the cluster name in the ceph command:
ceph <command> --cluster psCluster01
I'm trying to run some Ceph CLI commands from a ssh session and I keep getting the following error:
Error initializing cluster client: Error('error calling conf_read_file: error code 22',)
Based on the information I can find it seems this can be caused when the cluster name is not 'ceph' (mine is named 'psCluster01'); however, I don't see a fix and the ceph project tracker shows that this is already resolved
Is there a workaround for this on PetaSAN 1.4.0?
EDIT:
I figured out what I was doing wrong - had to specify the cluster name in the ceph command:
ceph <command> --cluster psCluster01
Last edited on September 29, 2017, 2:45 pm by rickbharper · #1
Ceph CLI commands failing
rickbharper
11 Posts
Quote from rickbharper on September 29, 2017, 1:56 pmI'm trying to run some Ceph CLI commands from a ssh session and I keep getting the following error:
Error initializing cluster client: Error('error calling conf_read_file: error code 22',)
Based on the information I can find it seems this can be caused when the cluster name is not 'ceph' (mine is named 'psCluster01'); however, I don't see a fix and the ceph project tracker shows that this is already resolved
Is there a workaround for this on PetaSAN 1.4.0?
EDIT:
I figured out what I was doing wrong - had to specify the cluster name in the ceph command:
ceph <command> --cluster psCluster01
I'm trying to run some Ceph CLI commands from a ssh session and I keep getting the following error:
Error initializing cluster client: Error('error calling conf_read_file: error code 22',)
Based on the information I can find it seems this can be caused when the cluster name is not 'ceph' (mine is named 'psCluster01'); however, I don't see a fix and the ceph project tracker shows that this is already resolved
Is there a workaround for this on PetaSAN 1.4.0?
EDIT:
I figured out what I was doing wrong - had to specify the cluster name in the ceph command:
ceph <command> --cluster psCluster01