We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
using --deep flag
The text was updated successfully, but these errors were encountered: