Re: [ceph-users] cephfs snapshot scripting questions

2019-07-19 Thread Frank Schilder
2019 02:44:02 To: ceph-users@lists.ceph.com Subject: [ceph-users] cephfs snapshot scripting questions Greetings. Before I reinvent the wheel has anyone written a script to maintain X number of snapshots on a cephfs file system that can be run through cron? I am aware of the cephfs-snap code

Re: [ceph-users] cephfs snapshot scripting questions

2019-07-17 Thread Marc Roos
ne 0 ] then if [ $(snapshotexists $SNAPBAK $SNNAME) -eq 0 ] then snapshotremove $SNAPBAK $SNNAME fi createsnapshot $SNAPBAK $SNNAME fi -Original Message- From: Robert Ruge [mailto:robert.r...@deakin.edu.au] Sent: woensdag 17 juli 2019 2:44 To: ceph-users@lists.ce

[ceph-users] cephfs snapshot scripting questions

2019-07-16 Thread Robert Ruge
Greetings. Before I reinvent the wheel has anyone written a script to maintain X number of snapshots on a cephfs file system that can be run through cron? I am aware of the cephfs-snap code but just wondering if there are any other options out there. On a related note which of these options