diff options
author | Josh Durgin <josh.durgin@inktank.com> | 2012-12-06 12:25:39 -0800 |
---|---|---|
committer | Josh Durgin <josh.durgin@inktank.com> | 2012-12-06 12:25:39 -0800 |
commit | ca1a4db457eb0ffa1a41f4e5b5814bcea0979a23 (patch) | |
tree | 65d787cd938c90717d3f324e447beae75afa6d25 /PendingReleaseNotes | |
parent | 214c7a1705fcbdc99fb019f3b1bcae6e96821ec4 (diff) | |
download | ceph-ca1a4db457eb0ffa1a41f4e5b5814bcea0979a23.tar.gz |
release: add note about 'ceph osd create' syntax
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index e69de29bb2d..adaef8d0e67 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -0,0 +1,3 @@ +The 'ceph osd create' command now rejects an argument that is not a +UUID. The syntax has been 'ceph osd create [uuid]' since 0.47, but the +older 'ceph osd create [id]' was not rejected until 0.55. |