Bug 1416432
| Summary: | [Gdeploy]Mounting multiple volumes to multiple clients in same config is not mounting the correct volume to correct client | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Manisha Saini <msaini> |
| Component: | gdeploy | Assignee: | Sachidananda Urs <surs> |
| Status: | CLOSED ERRATA | QA Contact: | Manisha Saini <msaini> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | rhgs-3.2 | CC: | amukherj, asrivast, rcyriac, rhinduja, rhs-bugs, smohan, storage-qa-internal |
| Target Milestone: | --- | ||
| Target Release: | RHGS 3.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gdeploy-2.0.1-2 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-09-21 04:49:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1417147 | ||
|
Description
Manisha Saini
2017-01-25 13:29:56 UTC
Commit: https://github.com/gluster/gdeploy/commit/57cce965ac fixes the issue. This was due to stale entries in the host_vars files. Verified this bug on # rpm -qa | grep gdeploy gdeploy-2.0.2-2.el7rhgs.noarch # cat multiple_mount.conf [hosts] dhcp47-147.lab.eng.blr.redhat.com dhcp47-141.lab.eng.blr.redhat.com dhcp47-144.lab.eng.blr.redhat.com dhcp47-139.lab.eng.blr.redhat.com dhcp47-132.lab.eng.blr.redhat.com [clients-1] action=mount volname=ganesha hosts=10.70.37.192,10.70.37.142 fstype=glusterfs client_mount_points=/mnt/ms_ganesha1,/mnt/ms_ganesha2 [clients-2] action=mount volname=ganesha1 hosts=10.70.37.192,10.70.37.142 client_mount_points=/mnt/nfs1,/mnt/nfs2 fstype=glusterfs ------ [root@dhcp37-192 mnt]# df -hT Filesystem Type Size Used Avail Use% Mounted on /dev/mapper/rhel_dhcp37--192-root xfs 17G 2.7G 15G 16% / devtmpfs devtmpfs 1.9G 0 1.9G 0% /dev tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs tmpfs 1.9G 8.5M 1.9G 1% /run tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/sda1 xfs 1014M 184M 831M 19% /boot rhsqe-repo.lab.eng.blr.redhat.com:/opt nfs4 1.9T 366G 1.4T 21% /opt tmpfs tmpfs 380M 0 380M 0% /run/user/0 dhcp47-147.lab.eng.blr.redhat.com:ganesha fuse.glusterfs 120G 211M 120G 1% /mnt/ms_ganesha1 dhcp47-147.lab.eng.blr.redhat.com:ganesha1 fuse.glusterfs 120G 211M 120G 1% /mnt/nfs1 ------- [root@dhcp37-142 mnt]# df -hT Filesystem Type Size Used Avail Use% Mounted on /dev/mapper/rhel_dhcp37--142-root xfs 17G 1.6G 16G 10% / devtmpfs devtmpfs 1.9G 0 1.9G 0% /dev tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs tmpfs 1.9G 8.5M 1.9G 1% /run tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/sda1 xfs 1014M 184M 831M 19% /boot tmpfs tmpfs 380M 0 380M 0% /run/user/0 dhcp47-147.lab.eng.blr.redhat.com:ganesha fuse.glusterfs 120G 211M 120G 1% /mnt/ms_ganesha2 dhcp47-147.lab.eng.blr.redhat.com:ganesha1 fuse.glusterfs 120G 211M 120G 1% /mnt/nfs2 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2777 |