What would you like to be added:
The ability to preserve object store bucket when destroying a JuiceFS partition.
Why is this needed:
In case the need to swap metadata engine, I can preferably do the following:
- dump metadata from old DB
- load metadata to new DB
- juicefs destroy (while preserving block data in object store)
- juicefs format
instead of:
- dump metadata from old DB
- mirror block data to new bucket
- load metadata to new DB
- juicefs destroy (destroying block data in the process)
- juicefs format
What would you like to be added:
The ability to preserve object store bucket when destroying a JuiceFS partition.
Why is this needed:
In case the need to swap metadata engine, I can preferably do the following:
instead of: