Advertisement
kmajumder

Untitled

Aug 22nd, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. cat <<EOF | vdsm-client -f --gluster-enabled - GlusterService action
  2. {
  3. "serviceNames" : ["vdo"], "action" : "stop"
  4. }
  5. EOF
  6.  
  7. {
  8. "services": [
  9. {
  10. "message": "",
  11. "name": "vdo",
  12. "status": "STOPPED"
  13. }
  14. ]
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement