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
The bad-files directory, currently sitting directly under the NGAS root
directory and not within any of the volume directories, contains files
that for one reason or another could not be archived automatically
(server shutdown, client disconnected, etc). When files are moved into
the bad-files directory, their original location is always the staging/
directory in the target volume where the final archiving takes place.
Because volumes are usually mapped to different filesystems, this often
results on slow, expensive data copies across filesystems instead of
fast, simpler renames within the single filesystem. Moreover, files
under bad-files are never automatically removed or picked out in any
way, and therefore they simply accumulate until they are dealt with
(most commonly removed).
This commit moves the bad-files directory to exist within each of the
volumes rather than directly under the NGAS root. This should speed up
greatly the movement of files into such directories, while keeping the
information of the disk they originated from.
This issue was reported in #51.
Signed-off-by: Rodrigo Tobar <[email protected]>
0 commit comments