diff options
author | Josh Durgin <josh.durgin@inktank.com> | 2013-03-15 17:51:13 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-03-19 11:42:32 -0700 |
commit | 2900bf4a05aa23f7c8594074cdc4f8d14984696a (patch) | |
tree | 2460c3943f0fd5eae5b3bb707a2b9b8b71304683 /PendingReleaseNotes | |
parent | 1597b3e3a1d776b56e05c57d7c3de396f4f2b5b2 (diff) | |
download | ceph-2900bf4a05aa23f7c8594074cdc4f8d14984696a.tar.gz |
PendingReleaseNotes: fix typo
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 1f112a8d40e..6a05b46743d 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -12,8 +12,8 @@ * The 'ceph osd pool delete <poolname>' and 'rados rmpool <poolname>' now have safety interlocks with loud warnings that make you confirm - pool removal. Any scripts curenty rely on these functions zapping - data without confirmation need to be adjusted accordingly. + pool removal. Any scripts that rely on these functions zapping data + without confirmation need to be adjusted accordingly. * ceph-mon now requires the creation of its data directory prior to --mkfs, similarly to what happens on ceph-osd. This directory is |