Hi Bodgan,
No idea, how I managed to miss these entries for shrinking the beegfs
filesystem.
Any idea of what happen if I remove the node, before migrating the data out?
Or marking the node for removal is just preventing any further write access?
$ beegfs-ctl --migrate --help
...
If new files are created by applications while migration is in progress, it
is possible that these files are created on the target which you want to free
up. Thus, be careful regarding how you access the file system during migration.
So there is no way to tell beegfs not to use the node targeted for removal?
>
> If you know what files (as seen from a mounted BeeGFS filesystem) are
> located on that storage server, I think that you can achieve a similar
> result by manually setting the pool for the storage server such that
> new data is not stored on it, then simply 'mv' to a new directory on
> the same filesystem.
I am not familiar enough with beegfs, how do you:
- map files <-> storage nodes?
- mark a storage node to no longer accept more write?
Thanks :P
Tru