Steps to do gluster clean up
1. umount -f /export/home/ecmsftp 2. Remove the /export/home/ecmsftp mount point line from /etc/fstab file if it exists. 3. Delete gluster file system volume if it exists; ignore if it does not exist. # gluster gluster>volume list eftpVol gluster> volume stop eftpVol Stopping volume will make its data inaccessible. Do you want to continue? (y/n) y volume stop: eftpVol: success gluster> volume delete eftpVol 4. Deleting volume will erase all information about the volume. Do you want to continue? (y/n) y volume delete: eftpVol: success gluster> peer status Number of peers: 0 5. Remove gluster-related configurations. brick_path=/gluster/eftpbrick [ -d $brick_path ] && setfattr -x trusted.glusterfs.volume-id $brick_path [ -d $brick_path ] && setfattr -x trusted.gfid $brick_path [ -d $brick_path/.glusterfs ] && rm -rf $brick_path/.glusterfs
6. # systemctl stop glusterd.service 7. # systemctl start glusterd.service
Steps for gluster configurations
1. sudo ./confGfs.sh -s -c -P <charging_ip>
This step adds the entry in the fstab and mount the same.
There are multiple directories under /export/home/ecmsftp which becomes invisible after gluser clean up and gluster configuration.
Thanks & Regards, Sangeeta Ramapure
From: Vijay Bellur [mailto:vbellur@xxxxxxxxxx]
can you please describe a bit more about the steps taken to clean up and re-configure gluster?
Regards, Vijay
On Mon, Jun 12, 2017 at 12:08 PM, Sangeeta Ramapure <sangeeta.ramapure@xxxxxxxxxxxxxxx> wrote: Kindly somebody help me with this issue.
Thanks & Regards, Sangeeta Ramapure
From: Sangeeta Ramapure [mailto:sangeeta.ramapure@xxxxxxxxxxxxxxx]
Hi Team,
After performing the gluster clean up and again doing gluster configuration the sub directories become invisible. Even after they are present the directories are invisible. If I create a new directory by the same name it will say the directory already exists.
Thanks & Regards, Sangeeta Ramapure
|
_______________________________________________ Gluster-users mailing list Gluster-users@xxxxxxxxxxx http://lists.gluster.org/mailman/listinfo/gluster-users