Hello to anyone
I see issue on my cluster when tried create block volume via heketi
[root@heketi-75dcfb7d44-c5bqc /]# heketi-cli blockvolume create --ha 3 --size 1
Error: Failed to allocate new block volume: Block Hosting Volume Creation is disabled. Create a Block hosting volume and try again.
[root@heketi-75dcfb7d44-c5bqc /]# heketi-cli cluster list
Clusters:
Id:c0775ad2dfcd0957fc3a761fb00e06f9 [file][block]
[root@heketi-75dcfb7d44-c5bqc /]# exit
kubernetes@k8s-master-dev-1:~$ ksys exec -ti glusterfs-qczp9 bash
[root@k8s-node-dev-1 /]# systemctl status gluster-blockd
● gluster-blockd.service - Gluster block storage utility
Loaded: loaded (/usr/lib/systemd/system/gluster-blockd.service; enabled; vendor preset: disabled)
Active: inactive (dead)
Oct 17 20:23:10 k8s-node-dev-1 systemd[1]: Dependency failed for Gluster block storage utility.
Oct 17 20:23:10 k8s-node-dev-1 systemd[1]: Job gluster-blockd.service/start failed with result ‘dependency’.
[root@k8s-node-dev-1 /]#
Whats wrong?
I'm using heketi on k8s
log2
-- with tirpc 'release-5' fails at https://gist.github.com/DamonBlais/f1b409e83de7d7e9cba6a1d236c8f738
2019-09-04 16:24:27 (890 KB/s) - Connection closed at byte 65137. Retrying.
wget https://download.gluster.org/pub/gluster/glusterfs/4.1/4.1.8/Debian/9/amd64/apt/pool/main/g/glusterfs/glusterfs-client_4.1.8-1_amd64.deb
Jesse
Hi! I'm looking to move my zfs to glusterfs at some point - for encryption, I'm thinking ecryptfs, do you guys think that is fine? My nodes will be very low powered ARM devices, idk how LUKS would perform on them, and gluster's encryption doesn't encrypt file names from what I understand.
If I do:
sudo mount -t glusterfs server:myvol1 /mnt/filestore
I get:
mount: exec /Library/Filesystems/glusterfs.fs/Contents/Resources/mount_glusterfs for /mnt/filestore: No such file or directory
if I do:
sudo mount server:myvol1 /mnt/filestore
I get:
mount_nfs: can't mount myvol1 from server onto /mnt/filestore: Permission denied
aio_read_error() on /gluster/G2/data/.glusterfs/health_check returned
after that the glusterfsd is killed with signum 15
. Is this expected behavior? I have no idea what causes the aio_read_error and why the daemon is not restarted.