I am trying to setup a replication across 3 servers, for some reason I get a failure,
/data1 is my 120gb test volume, (I am waiting on the arrival of 3 x 1tb disks)=====
[root@ipa1 salt]# salt glusterp1.graywitch.co.nz cmd.run "gluster volume create glustervol01 replica 3 glusterp1.graywitch.co.nz:/data01 glusterp2.graywitch.co.nz:/data01 glusterp3.graywitch.co.nz:/data01"
glusterp1.graywitch.co.nz:
volume create: glustervol01: failed: The brick glusterp1.graywitch.co.nz:/data01 is being created in the root partition. It is recommended that you don't use the system's root partition for storage backend. Or use 'force' at the end of the command if you want to override this behavior.
=====
============
[root@ipa1 salt]# salt '*' cmd.run "df -h"
glusterp2.graywitch.co.nz:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/centos-root00 20G 3.4G 17G 17% /
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.8G 96K 1.8G 1% /dev/shm
tmpfs 1.8G 8.8M 1.8G 1% /run
tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
/dev/mapper/centos-tmp 3.9G 33M 3.9G 1% /tmp
/dev/mapper/centos-var01 20G 244M 20G 2% /var
/dev/mapper/centos-home00 50G 37M 50G 1% /home
/dev/mapper/centos-data1 120G 33M 120G 1% /data1
/dev/sda1 997M 171M 826M 18% /boot
glusterp1.graywitch.co.nz:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/centos-root 20G 3.4G 17G 17% /
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.8G 96K 1.8G 1% /dev/shm
tmpfs 1.8G 8.8M 1.8G 1% /run
tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
/dev/mapper/centos-var 20G 244M 20G 2% /var
/dev/mapper/centos-home 50G 37M 50G 1% /home
/dev/mapper/centos-tmp 3.9G 33M 3.9G 1% /tmp
/dev/mapper/centos-data1 120G 33M 120G 1% /data1
/dev/sda1 997M 171M 826M 18% /boot
glusterp3.graywitch.co.nz:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/centos-root 20G 3.4G 17G 17% /
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.8G 96K 1.8G 1% /dev/shm
tmpfs 1.8G 8.8M 1.8G 1% /run
tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
/dev/mapper/centos-data01 120G 33M 120G 1% /data01
/dev/mapper/centos-home 50G 37M 50G 1% /home
/dev/mapper/centos-tmp 3.9G 33M 3.9G 1% /tmp
/dev/mapper/centos-var 20G 490M 20G 3% /var
/dev/sda1 997M 154M 844M 16% /boot
[root@ipa1 salt]# salt glusterp1.graywitch.co.nz cmd.run "gluster volume create glustervol01 replica 3 glusterp1.graywitch.co.nz:/data01 glusterp2.graywitch.co.nz:/data01 glusterp3.graywitch.co.nz:/data01"
glusterp1.graywitch.co.nz:
volume create: glustervol01: failed: The brick glusterp1.graywitch.co.nz:/data01 is being created in the root partition. It is recommended that you don't use the system's root partition for storage backend. Or use 'force' at the end of the command if you want to override this behavior.
ERROR: Minions returned with non-zero exit code
[root@ipa1 salt]#
==============
_______________________________________________ Gluster-users mailing list Gluster-users@xxxxxxxxxxx http://www.gluster.org/mailman/listinfo/gluster-users