You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run puppet agent -t everything is processed fine with no issues. I then check /etc/fstab and I see this entry: storage:/storage-test /glusterfs glusterfs defaults,transport=tcp 0 0 but when I type mount I don't see any entry regarding the mount as defined above there and when I also type df -h, I don't see any entry there as well. After I check all of this, I reboot the webserver. After the webserver comes back up, when I type mount I do see the mount point and the same applies to when I type df -h, I see the mount entry there as well. After about a minute, when I perform the same checks, the mount entry that was showing after the reboot is no longer in mount or df -h.
I have also tried setting ensure => mounted but when I run puppet, it says the status has changed from unmounted to mounted and then it just hangs to the point where I have to reboot the server to recover and even with that, when I type df -h it hangs again. What I'm I doing wrong? why isnt't the volume mounting? Any help would be greatly appreciated to resolve this.
I am running glusterfs 3.12.3 for both server and client. Module version is the latest version
The text was updated successfully, but these errors were encountered:
I am trying to mount a gluster volume called storage-test on my webserver with the manifest syntax below:
When I run
puppet agent -t
everything is processed fine with no issues. I then check/etc/fstab
and I see this entry:storage:/storage-test /glusterfs glusterfs defaults,transport=tcp 0 0
but when I typemount
I don't see any entry regarding the mount as defined above there and when I also typedf -h
, I don't see any entry there as well. After I check all of this, I reboot the webserver. After the webserver comes back up, when I typemount
I do see the mount point and the same applies to when I typedf -h
, I see the mount entry there as well. After about a minute, when I perform the same checks, the mount entry that was showing after the reboot is no longer inmount
ordf -h
.I have also tried setting
ensure => mounted
but when I run puppet, it says the status has changed from unmounted to mounted and then it just hangs to the point where I have to reboot the server to recover and even with that, when I typedf -h
it hangs again. What I'm I doing wrong? why isnt't the volume mounting? Any help would be greatly appreciated to resolve this.I am running glusterfs 3.12.3 for both server and client. Module version is the latest version
The text was updated successfully, but these errors were encountered: