Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Snapshot not working anymore in 3.3.0

I'm unable to make snapshots, manual or automatic.

With the CLI I can create a schedule :

ceph fs snap-schedule status /mnt/fs0/cifs/Folder

{"fs": "fs0", "subvol": null, "path": "/mnt/fs0/cifs/Folder", "rel_path": "/mnt/fs0/cifs/Folder", "schedule": "1h", "retention": {}, "start": "2024-09-16T00:00:00", "created": "2024-09-16T09:49:55", "first": null, "last": null, "last_pruned": null, "created_count": 0, "pruned_count": 0, "active": true}

When I look in Windows on a SMB share, there are a lot of old "Previous Versions", but no files or folders inside.

After deleting the old snapshots in the .snap folder I was able to create snapshots again.

There is a limit of 400 snapshots per cephfs filesystem. You should not use that much as there is an impact on performance. If you really need more, you can create multiple filesystems.

I only have a daily snapshot with 7 days retention.