ceph-iscsi-config
ceph-iscsi-config copied to clipboard
NOTICE: moved to https://github.com/ceph/ceph-iscsi
... it should run under ```ceph``` user
Signed-off-by: Jason Dillaman
With a clean configuration, the daemon fails with the following error: > Traceback (most recent call last): > File "/bin/rbd-target-api", line 783, in > config = Config(logger) > File "/usr/lib/python2.7/site-packages/ceph_iscsi_config/common.py",...
The default settings specify a fully qualified path for the keyring [1] which is concatenated with "/etc/ceph" when passing the keyring path to Rados [2]. [1] https://github.com/pcuzner/ceph-iscsi-config/blob/master/ceph_iscsi_config/settings.py#L19 [2] https://github.com/pcuzner/ceph-iscsi-config/blob/master/ceph_iscsi_config/common.py#L35