Navigation Menu

Skip to content

Commit

Permalink
test: fix ut and release-notes
Browse files Browse the repository at this point in the history
To keep pace with the newly merged #16027

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
  • Loading branch information
xiexingguo committed Jul 10, 2017
1 parent a9a0bc8 commit c5b99af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/release-notes.rst
Expand Up @@ -226,7 +226,7 @@ Major Changes from Kraken
``ceph osd reweight`` commands.
- ``ceph osd crush class {create,rm,ls,rename}`` manage the new
CRUSH *device class* feature. ``ceph crush set-device-class
<osd> <class>`` will set the class for a particular device.
<class> <osd> [<osd>...]`` will set the class for particular devices.
- ``ceph osd crush rule create-replicated`` replaces the old
``ceph osd crush rule create-simple`` command to create a CRUSH
rule for a replicated pool. Notably it takes a `class` argument
Expand Down
4 changes: 2 additions & 2 deletions qa/workunits/mon/crush_ops.sh
Expand Up @@ -23,8 +23,8 @@ ceph osd crush rule create-simple bar default host
ceph osd require-osd-release luminous
ceph osd crush class create ssd
ceph osd crush class create hdd
ceph osd crush set-device-class osd.0 ssd
ceph osd crush set-device-class osd.1 hdd
ceph osd crush set-device-class ssd osd.0
ceph osd crush set-device-class hdd osd.1
ceph osd crush rule create-replicated foo-ssd default host ssd
ceph osd crush rule create-replicated foo-hdd default host hdd

Expand Down

0 comments on commit c5b99af

Please sign in to comment.