Skip to content

Commit

Permalink
F #3222 show ec pool data usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 committed May 13, 2019
1 parent dc4e630 commit f77ee80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tm_mad/ceph/monitor
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ MONITOR_STATUS=$?
if [ "$MONITOR_STATUS" = "0" ]; then
XPATH="${DRIVER_PATH}/../../datastore/xpath.rb --stdin"
echo -e "$(rbd_df_monitor ${MONITOR_DATA} ${POOL_NAME})"
echo -e "$(rbd_df_monitor ${MONITOR_DATA} ec)"
else
echo "$MONITOR_DATA"
exit $MONITOR_STATUS
Expand Down

2 comments on commit f77ee80

@GitCop
Copy link

@GitCop GitCop commented on f77ee80 May 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

  • Subject needs to conform to "%{type} #%{issue_number}: %{description}"

Guidelines are available at https://github.com/OpenNebula/one/blob/master/share/doc/dev/COMMIT_MESSAGES.md


This message was auto-generated by https://gitcop.com

@tinova
Copy link
Member

@tinova tinova commented on f77ee80 May 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dann1 the subject is missing the colon:

F #3222: show ec pool data usage

Please sign in to comment.