Bug 1419440 - [Nfs-Ganesha] When a node is deleted from ganesha cluster, some files related to the deleted node exists in cluster.
Summary: [Nfs-Ganesha] When a node is deleted from ganesha cluster, some files related...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: common-ha
Version: rhgs-3.2
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
: ---
Assignee: Kaleb KEITHLEY
QA Contact: Arthy Loganathan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-02-06 07:33 UTC by Arthy Loganathan
Modified: 2017-08-21 12:34 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-21 12:34:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Arthy Loganathan 2017-02-06 07:33:34 UTC
Description of problem:
When a node is deleted from ganesha cluster, some files related to the deleted node exists in cluster.

Version-Release number of selected component (if applicable):
nfs-ganesha-gluster-2.4.1-6.el7rhgs.x86_64
nfs-ganesha-2.4.1-6.el7rhgs.x86_64
glusterfs-ganesha-3.8.4-12.el7rhgs.x86_64


How reproducible:
Always

Steps to Reproduce:
1. Create a 4 node ganesha cluster.
2. Delete a node from ganesha cluster.
    Eg: /usr/libexec/ganesha/ganesha-ha.sh --delete /run/gluster/shared_storage/nfs-ganesha/ <hostname>

Actual results:
In shared storage, nfs-ganesha-> tickle_dir directory , the deleted node's Virtual IP file exists

Expected results:
Files related to the deleted node should be removed.

Additional info:

[root@dhcp46-124 ~]# cd /run/gluster/shared_storage/nfs-ganesha/tickle_dir/
[root@dhcp46-124 tickle_dir]# ls
10.70.44.92  10.70.44.93  10.70.44.94  10.70.44.95
[root@dhcp46-124 tickle_dir]# 
[root@dhcp46-124 tickle_dir]# 
[root@dhcp46-124 tickle_dir]# ls -l
total 2
-rw-r-----. 1 root root 99 Jan 30 14:15 10.70.44.92
-rw-r-----. 1 root root 34 Jan 30 14:15 10.70.44.93
-rw-r-----. 1 root root 68 Jan 30 14:15 10.70.44.94
-rw-r-----. 1 root root  0 Jan 30 14:14 10.70.44.95


Note You need to log in before you can comment on or make changes to this bug.