Displaying 2 results from an estimated 2 matches for "creavolum".
Did you mean:
  creavolume
  
2020 Sep 28
1
Centos8: Glusterd do not start correctly when I startup or reboot all server together
I have install and configure on two server centos8 glusterfs in replica
mode in this manner:
   dnf install centos-release-gluster -y
   dnf install glusterfs-server glusterfs glusterfs-fuse -y
   systemctl enable --now glusterd
   gluster peer probe virt1
   gluster peer status
   sh creavolume.sh gfsvol1 301G /gfsvol1 xfs
   # NOTE: this is a my shell script to create fs on lvm
   mkdir /gfsvol1/brick1
   gluster pool list
   gluster volume create gfsvol1 replica 2 virt1:/gfsvol1/brick1
   virt2:/gfsvol1/brick1 force
   gluster volume start gfsvol1
   gluster volume info gfsvol1
   glus...
2020 Oct 02
0
Centos8: Glusterd do not start correctly when I startup or reboot all server together
...two server centos8 glusterfs in
> replica
> mode in this manner:
> 
>    dnf install centos-release-gluster -y
>    dnf install glusterfs-server glusterfs glusterfs-fuse -y
>    systemctl enable --now glusterd
>    gluster peer probe virt1
>    gluster peer status
>    sh creavolume.sh gfsvol1 301G /gfsvol1 xfs
>    # NOTE: this is a my shell script to create fs on lvm
>    mkdir /gfsvol1/brick1
>    gluster pool list
>    gluster volume create gfsvol1 replica 2 virt1:/gfsvol1/brick1
>    virt2:/gfsvol1/brick1 force
>    gluster volume start gfsvol1
>...