To be Reviewed By:

Authors: Mario Ivanac

Status: Draft | Discussion | Active | Dropped | Superseded

Superseded by: N/A

Related: N/A

Problem

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.

Anti-Goals

Solution

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

Changes and Additions to Public Interfaces

-

Performance Impact

-

Backwards Compatibility and Upgrade Path

No impacts.

Prior Art

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?

FAQ

-

Errata

-


  • No labels