Re: [ceph-users] Problem mapping RBD images with v0.92

2015-02-07 Thread Eric Eastman
Hi Raju, That fixed the problem. Thank you! Eric On Sat, Feb 7, 2015 at 10:57 PM, Raju Kurunkad wrote: > Eric, > > > > When creating RBD images of image format 2 in v0.92, can you try with > > > > rbd create SMB01/smb01_d1 --size 1000 --image-format 2 *--image-shared* > > > > Without the "--i

Re: [ceph-users] Problem mapping RBD images with v0.92

2015-02-07 Thread Raju Kurunkad
Eric, When creating RBD images of image format 2 in v0.92, can you try with rbd create SMB01/smb01_d1 --size 1000 --image-format 2 --image-shared Without the "--image-shared" option, rbd CLI creates the image with RBD_FEATURE_EXCLUSIVE_LOCK, which is not supported by the linux kernel RDB. Than