To be Reviewed By:
Authors: Mario Ivanac
Status: Draft | Discussion | Active | Dropped | Superseded
Superseded by: N/A
Related: N/A
Currently, if you execute backup disk-store command, all disk-stores in system will be backed up. In case we wont just to backup specific disk-store, currently this is not possible.
We have request from user to backup just specified list of disk-stores, so this is the reason for this enhancment.
Enhance existing command "backup disk-store" with new option "include-disk-stores", if we wont to backup just specific disk-store.
In case option is not specified (default behavior), all disk-stores in system will be backed up.
When new parameter is used, only valid, existing disk-stores can be used, and in that case, only specified disk-stores will be backed up.
https://github.com/apache/geode/pull/7851
-
-
No impacts.
What would be the alternatives to the proposed solution? What would happen if we don’t solve the problem? Why should this proposal be preferred?
-