Hi, everyone, It's an honor to ask questions here.
can I ask when 18.2.5 will be released?
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io
On Thu, Dec 5, 2024 at 1:37 PM Andre Tann wrote:
> Hi all,
>
> in CephFS, creating and removing a snapshot is as easy as
>
> - mkdir .snap/SNAPSHOT_NAME
> - rmdir .snap/SNAPSHOT_NAME
>
> Both steps are completed in no time, because no data has to be moved
> around.
>
> However, wh
Hi all,
in CephFS, creating and removing a snapshot is as easy as
- mkdir .snap/SNAPSHOT_NAME
- rmdir .snap/SNAPSHOT_NAME
Both steps are completed in no time, because no data has to be moved around.
However, what I cannot find is a way to revert to a snapshot. The only
way I s