Hi,<div><br></div><div>I&#39;m running the latest qa build of 3.3 and having a bit of trouble with extended attrs. </div><div><br></div><div><div><div>[root@compute-0-0 ~]# rpm -qa | grep gluster</div><div>glusterfs-geo-replication-3.3.0qa20-1</div>
<div>glusterfs-core-3.3.0qa20-1</div><div>glusterfs-rdma-3.3.0qa20-1</div><div>glusterfs-fuse-3.3.0qa20-1</div></div></div><div><br></div><div>Firstly, is it mandatory to mount ext3 file systems with &#39;user_xattr&#39;? The issue I&#39;m having is that I would like to delete a gluster volume and create a new one. Gluster isn&#39;t allowing me to do so:</div>
<div><br></div><div><div><div>[root@compute-0-0 ~]# gluster volume create cloudfs replica 2 compute-0-0:/gluster1 compute-0-1:/gluster1 compute-0-2:/gluster1 compute-0-3:/gluster1</div><div>&#39;compute-0-0:/gluster1&#39; has been part of a deleted volume with id d83317f2-0c13-4481-bd0a-838fc013ceff. Please re-create the brick directory.</div>
</div></div><div><br></div><div>So, I&#39;m trying to delete the brick directory but the xattrs remain:</div><div><br></div><div><div>[root@compute-0-0 ~]# attr -l /gluster1</div><div>Attribute &quot;gfid&quot; has a 16 byte value for /gluster1</div>
<div>Attribute &quot;glusterfs.dht&quot; has a 16 byte value for /gluster1</div><div>Attribute &quot;glusterfs.volume-id&quot; has a 16 byte value for /gluster1</div><div>Attribute &quot;afr.cloudfs-client-0&quot; has a 12 byte value for /gluster1</div>
<div>Attribute &quot;afr.cloudfs-client-1&quot; has a 12 byte value for /gluster1</div><div><br></div><div>[root@compute-0-0 ~]# attr -r afr.cloudfs-client-1 /gluster1</div><div>attr_remove: No data available</div><div>Could not remove &quot;afr.cloudfs-client-1&quot; for /gluster1</div>
<div><br></div><div>[root@compute-0-0 ~]# mount | grep gluster1</div><div>/dev/sdb1 on /gluster1 type ext3 (rw,user_xattr)</div><div><br></div><div>[root@compute-0-0 ~]# umount /gluster1</div><div><br></div><div>[root@compute-0-0 ~]# rm -rf /gluster1</div>
<div><br></div><div>[root@compute-0-0 ~]# mkdir /gluster1</div><div><br></div><div>[root@compute-0-0 ~]# mount /gluster1</div><div><br></div><div>[root@compute-0-0 ~]# mount | grep gluster1</div><div>/dev/sdb1 on /gluster1 type ext3 (rw,user_xattr)</div>
<div><br></div><div>[root@compute-0-0 ~]# attr -l /gluster1</div><div>Attribute &quot;gfid&quot; has a 16 byte value for /gluster1</div><div>Attribute &quot;glusterfs.dht&quot; has a 16 byte value for /gluster1</div><div>
Attribute &quot;glusterfs.volume-id&quot; has a 16 byte value for /gluster1</div><div>Attribute &quot;afr.cloudfs-client-0&quot; has a 12 byte value for /gluster1</div><div>Attribute &quot;afr.cloudfs-client-1&quot; has a 12 byte value for /gluster1</div>
</div><div><br></div><div>Thanks for any help.</div><div><br></div><div><br></div><div>   --joey</div><div><br></div><div><br></div><div><br></div>