kmajumder

Untitled

Aug 22nd, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. vdsm-client --gluster-enabled GlusterVolume list
  2. {
  3. "volumes": {
  4. "gv0": {
  5. "brickCount": "1",
  6. "bricks": [
  7. "192.168.122.79:/data/brick1/gv0"
  8. ],
  9. "bricksInfo": [
  10. {
  11. "hostUuid": "d6b27c29-dce0-420e-9982-42f855bca9cd",
  12. "isArbiter": false,
  13. "name": "192.168.122.79:/data/brick1/gv0"
  14. }
  15. ],
  16. "disperseCount": "0",
  17. "distCount": "1",
  18. "isArbiter": false,
  19. "options": {
  20. "nfs.disable": "on",
  21. "transport.address-family": "inet"
  22. },
  23. "redundancyCount": "0",
  24. "replicaCount": "1",
  25. "stripeCount": "1",
  26. "transportType": [
  27. "TCP"
  28. ],
  29. "uuid": "660f2073-6b74-4d24-8a33-c9c324501d30",
  30. "volumeName": "gv0",
  31. "volumeStatus": "ONLINE",
  32. "volumeType": "DISTRIBUTE"
  33. }
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment