Cause:
volume start creates '.glusterfs' directory in backend export directory. in remove-brick, we don't do operations on backend export, but just change the volume configs to remove the brick...
Consequence:
stale data is present in backend export.
Workaround (if any):
perform a 'rm -rf /export-dir' on server node for cleanup.
as of today, yes, it is a know behavior and not removing the brick from backend is intentional. One has to do a 'rm /brick-dir' on the server machine to make the proper cleanup.
Marked for known issues. (and the work around exists)
----------
Cause:
volume start creates '.glusterfs' directory in backend export directory. in remove-brick, we don't do operations on backend export, but just change the volume configs to remove the brick...
Consequence:
stale data is present in backend export.
Workaround (if any):
perform a 'rm -rf /export-dir' on server node for cleanup.
------------
Please re-open if its not sufficient.