diff options
author | Sage Weil <sage@newdream.net> | 2018-04-25 18:20:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-25 18:20:17 +0200 |
commit | 754dd9338384d86d7d0978251505f7538449e469 (patch) | |
tree | a9d72fec63a72cdba8fc30f710f3c7a80cfb5a24 /PendingReleaseNotes | |
parent | Merge pull request #21628 from liewegas/wip-23646 (diff) | |
parent | mon/OSDMonitor: require --yes-i-really-mean-it for force-create-pg (diff) | |
download | ceph-754dd9338384d86d7d0978251505f7538449e469.tar.xz ceph-754dd9338384d86d7d0978251505f7538449e469.zip |
Merge pull request #21619 from liewegas/wip-merge-bits
mon/OSDMonitor: require --yes-i-really-mean-it for force-create-pg
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index d05eaaca6c7..fb2a4a3c0e1 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -198,3 +198,9 @@ for details. first need to define a username and password. See the documentation for a feature overview and installation instructions: http://docs.ceph.com/docs/master/mgr/dashboard/ + +* The 'osd force-create-pg' command now requires a force option to + proceed because the command is dangerous: it declares that data loss + is permanent and instructs the cluster to proceed with an empty PG + in its place, without making any further efforts to find the missing + data. |