Respect share backup "use data manager" boolean in data manager
support for creating backups of Manila shares was added in https:/
This included a base backup driver class '/manila/
At current, the data manager does not take this this boolean flag into consideration, this blueprint proposes to add simple checks to the data manager functions related to performing backups, namely:
`_run_backup`
`delete_backup`
`_run_restore`
while excluding:
`create_backup`
`create_restore`
such that the former set respect this boolean flag if used, allowing a driver implemented from the base class 'manila/
Additionally, support for this boolean in the following periodic task functions:
`create_
`restore_
Should be handled in a seperate blueprint, along with work to allow for the current data_manager `get_progress` function (that both utilise to establish the progress of a given restore or backup action) to be carried out from the driver (base class changes)
Blueprint information
- Status:
- Not started
- Approver:
- Goutham Pacha Ravi
- Priority:
- Medium
- Drafter:
- Zachary Goggin
- Direction:
- Approved
- Assignee:
- Zachary Goggin
- Definition:
- Drafting
- Series goal:
- None
- Implementation:
-
Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Make data manager respect use_data_manager boolean
Work Items
Dependency tree

* Blueprints in grey have been implemented.