Merge "Fix typo in ruleset parsing"

This commit is contained in:
Jenkins
2016年06月09日 20:52:04 +00:00
committed by Gerrit Code Review

View File

@@ -315,7 +315,7 @@ EOF
RULE_ID=$(sudo ceph -c ${CEPH_CONF_FILE} \
osd crush rule dump devstack | \
awk '/rule_id/ {print $3}' | \
awk '/rule_id/ {print $2}' | \
cut -d ',' -f1)
sudo ceph -c ${CEPH_CONF_FILE} \
Reference in New Issue
openstack/devstack-plugin-ceph
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.