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
Create a replicated GlusterFS volume with two bricks
Mount the volume
Perform a brick replacement using gluster volume replace-brick command
Observe timestamp modification
The text was updated successfully, but these errors were encountered:
Detailed Problem Description:
During a volume brick replacement operation, an unexpected modification occurs to the mount point's metadata:
Environment Details:
Operating System: Ubuntu 22.04
GlusterFS Version: 10.1/11.1
Volume Configuration:
Volume Information:
Brick Replacement Command:
sudo gluster volume replace-brick volume1 WFC-vm:/mnt/glusterfs/sdd/brick1 WFC-vm:/mnt/glusterfs/sde/brick1 commit force
Before Brick Replacement:
ls -ld /gluster/storage
drwxr-xr-x 4 root root 108 Dec 18 07:21 /gluster/storage
After Brick Replacement:
ls -ld /gluster/storage/
drwxr-xr-x 4 root root 108 Jan 1 1970 /gluster/storage/
Also this changes underlying brick timestam as well
Reproduction Steps:
Create a replicated GlusterFS volume with two bricks
Mount the volume
Perform a brick replacement using gluster volume replace-brick command
Observe timestamp modification
The text was updated successfully, but these errors were encountered: