Re: [ceph-users] rados duplicate object name

2015-03-16 Thread Gregory Farnum
This is expected behavior - "put" uses write_full which is an object overwrite command. On Thu, Mar 12, 2015 at 4:17 PM Kapil Sharma wrote: > Hi Cephers, > > Has anyone tested the behavior of rados by adding an object to the > cluster with an object name which already exists in the cluster ? > wi

[ceph-users] rados duplicate object name

2015-03-12 Thread Kapil Sharma
Hi Cephers, Has anyone tested the behavior of rados by adding an object to the cluster with an object name which already exists in the cluster ? with command - "rados put -p testpool myobject testfile" I notice that even if I already have an object called 'myobject' in testpool, I can still add