Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No difference in output between "describe" and "--deep" flags #71

Open
prashanthpx opened this issue Sep 25, 2019 · 0 comments
Open

No difference in output between "describe" and "--deep" flags #71

prashanthpx opened this issue Sep 25, 2019 · 0 comments

Comments

@prashanthpx
Copy link
Contributor

When volume info is fetched using describe and --deep flag options, output remains same. IMO, --deep need to provide more info like -j flag in pxctl

Prashanths-MacBook-Pro:pxc prashanthkumar$ ./pxc describe volume testvol3
Volume:         252839012173970946
Name:           testvol3
Size:           1.0 GiB
Format:         EXT4
HA:             1
IO Priority:    LOW
Creation Time:  Sep 25 11:31:55 UTC 2019
Shared:         false
Status:         UP
State:          Detached
Stats:
  Reads:             0
  Reads MS:          0
  Bytes Read:        0
  Writes:            0
  Writes MS:         0
  Bytes Written:     0
  IOs in progress:   0
  Bytes used:        340 KiB
Replication Status:  Detached
Replica sets on nodes:
  Set:     0
    Node:  prashanth-blr-dev-1 (Pool 0)
Ownership:

using --deep flag

Prashanths-MacBook-Pro:pxc prashanthkumar$ ./pxc describe volume testvol3 --deep
Volume:         252839012173970946
Name:           testvol3
Size:           1.0 GiB
Format:         EXT4
HA:             1
IO Priority:    LOW
Creation Time:  Sep 25 11:31:55 UTC 2019
Shared:         false
Status:         UP
State:          Detached
Stats:
  Reads:             0
  Reads MS:          0
  Bytes Read:        0
  Writes:            0
  Writes MS:         0
  Bytes Written:     0
  IOs in progress:   0
  Bytes used:        340 KiB
Replication Status:  Detached
Replica sets on nodes:
  Set:     0
    Node:  prashanth-blr-dev-1 (Pool 0)
Ownership:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant