Displaying 1 result from an estimated 1 matches for "ljf1".
Did you mean:
lf1
2012 Sep 18
4
cannot create a new volume with a brick that used to be part of a deleted volume?
...[root at farm-ljf0 ~]# gluster volume info all
No volumes present
########
I then attempted to create a new volume using the same bricks that
used to be part of the (now) deleted volume, but it keeps refusing &
failing claiming that the brick is already part of a volume:
########
[root at farm-ljf1 ~]# gluster volume create gv0 rep 2 transport tcp
10.31.99.165:/mnt/sdb1 10.31.99.166:/mnt/sdb1
/mnt/sdb1 or a prefix of it is already part of a volume
[root at farm-ljf1 ~]# gluster volume info all
No volumes present
########
Note farm-ljf0 is 10.31.99.165 and farm-ljf1 is 10.31.99.166. I also
t...