Feature #41072
scheduled cephfs snapshots (via ceph manager)
% Done:
0%
Source:
Development
Tags:
Backport:
octopus
Reviewed:
Description
outline detailed here: https://pad.ceph.com/p/cephfs-snap-mirroring
Specify a snapshot schedule on any (sub)directory (or subvolume) and have the ceph manager automatically take the snapshots (based on a snapshot schedule specification).
interface:
$ ceph fs snap-schedule ls --fs=<fs> $ ceph fs snap-schedule set --fs=<fs> [--subvolume=<subvolume>] --path=<path> --schedule=<schedule-spec> (read the above ceph fs for details on `schedule spec`).
Related issues
History
#1 Updated by Venky Shankar over 1 year ago
- also, interface for fetching snap metadata (`flushed` state, etc...)
$ ceph fs snap-schedule get --fs=<fs> [--subvolume=<subvolume>] --path=<path>
#2 Updated by Patrick Donnelly over 1 year ago
- Status changed from New to In Progress
- Assignee set to Jan Fajerski
- Start date deleted (
08/05/2019) - Source changed from Community (dev) to Development
- Pull request ID set to 29489
#3 Updated by Lenz Grimmer over 1 year ago
- Related to Feature #38288: mgr/dashboard: CephFS snapshots/quota REST API added
#4 Updated by Patrick Donnelly 12 months ago
- Target version changed from v15.0.0 to v16.0.0
#5 Updated by Jan Fajerski 5 months ago
- Status changed from In Progress to Pending Backport
- Backport set to octopus
#6 Updated by Nathan Cutler 5 months ago
- Copied to Backport #47200: octopus: scheduled cephfs snapshots (via ceph manager) added