This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
Watch
1
Star
0
Fork
0
You've already forked ceph
mirror of
https://github.com/ceph/ceph
synced
2024-12-25 04:43:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
011bff3405
ceph
/
PendingReleaseNotes
3 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
MDS: lock out snapshots until after a flag has been set in the MDSMap This way users can't put snapshots on their clusters unless they explicitly ask for them and have seen a warning message. We take a bit of the MDSMap flags in order to do so. The only thing a little weird here is that anybody who upgrades to this patch who already has snapshots will hit the EPERM and have to go through the warning, but it doesn't impact existing snapshots at all so they should be good. To go along with this, we add "ever_allowed_snaps" and "explicitly_allowed_snaps" members to the MDSMap, which are default to false and are set to true when allow_new_snaps is set. Old maps decoded with new code default to true and false, respectively, so we can tell. Fixes: #6332 Signed-off-by: Greg Farnum <greg@inktank.com> Signed-off-by: Loic Dachary <loic@dachary.org>
2013-09-25 22:52:50 +00:00
v0.70
PendingReleaseNotes: reflect 'osd crush set' behavior change Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
2013-08-15 22:46:30 +00:00
~~~~~
MDS: lock out snapshots until after a flag has been set in the MDSMap This way users can't put snapshots on their clusters unless they explicitly ask for them and have seen a warning message. We take a bit of the MDSMap flags in order to do so. The only thing a little weird here is that anybody who upgrades to this patch who already has snapshots will hit the EPERM and have to go through the warning, but it doesn't impact existing snapshots at all so they should be good. To go along with this, we add "ever_allowed_snaps" and "explicitly_allowed_snaps" members to the MDSMap, which are default to false and are set to true when allow_new_snaps is set. Old maps decoded with new code default to true and false, respectively, so we can tell. Fixes: #6332 Signed-off-by: Greg Farnum <greg@inktank.com> Signed-off-by: Loic Dachary <loic@dachary.org>
2013-09-25 22:52:50 +00:00
mds: disable adding snapshots by default. (re-enable them with "ceph mds allow_snaps")
Reference in New Issue
Copy Permalink