swiftgist / lrbd

Maps Ceph RBD images for iSCSI access
GNU Lesser General Public License v2.1
26 stars 10 forks source link

[bug] Missing cluster info in rbd-map function #7

Open letonphat1988 opened 7 years ago

letonphat1988 commented 7 years ago

Lrbd failed when try to map the rbd image without "cluster name" option or "config path" option Failed => rbd -p DEV-SAS-01 --name client.admin map VOLUME-001 shoul be rbd -c /etc/ceph/DEV.conf -p DEV-SAS-01 --name client.admin map VOLUME-001 or rbd -c DEV -p DEV-SAS-01 --name client.admin map VOLUME-001

swiftgist commented 7 years ago

Sorry for the delay in responding.

Yes, "lrbd --ceph /etc/ceph/DEV.conf ..." is not including "-c /etc/ceph/DEV.conf". Thanks for letting me know.