Hi list, following the official documentation on https://docs.ceph.com/en/reef/cephfs/snap-schedule/ or other sources like https://www.pivert.org/cephfs-snapshots/ I have tried to set up a snap-schedule for a cephfs without subvolumes on one of its hosts. The command "ceph fs snap-schedule add /PATH 1h --fs=FSNAME" succeeds, and "ceph fs snap-schedule status ..." returns a scheduled snapshot, but it never gets executed, so the entries "first", "last" etc. are always null, even after having activated the schedule manually with "ceph fs snap-schedule activate /PATH --fs=FSNAME". In addition to setting the interval to one hour I have also provided a start time in oder to reduce the time waiting for the first sync. The log files in /var/log/ceph/*, e.g. the ones with mds, do not contain any errors. "ceph fs status" reports all filesystems with green status "active" and there are no other ceph health issues reported.
I am running ceph squid on proxmox 9 (Debian Bookworm). Any idea how to continue debugging, where to look for problems (e.g. services not being turned on etc.)? It would be great to use snap-schedules since the interface, also for retention time, is exactly what I need. Are there any working configurations besides the info on docs. ceph.com that can be used as blueprints? Thanks, sophonet _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io