-
Notifications
You must be signed in to change notification settings - Fork 32
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
Augment nimble_dump info subcommand by listing all metadata sections by size #129
Augment nimble_dump info subcommand by listing all metadata sections by size #129
Conversation
This pull request was exported from Phabricator. Differential Revision: D67958989 |
…by size (facebookincubator#129) Summary: This change augments `nimble_dump`'s `info` subcommand. With this change, we will list all metadata sections in the Nimble file, along with their respective sizes. Differential Revision: D67958989
d4782a5
to
acf7e29
Compare
This pull request was exported from Phabricator. Differential Revision: D67958989 |
…by size (facebookincubator#129) Summary: This change augments `nimble_dump`'s `info` subcommand. With this change, we will list all metadata sections in the Nimble file, along with their respective sizes. Differential Revision: D67958989
acf7e29
to
6953ce4
Compare
This pull request was exported from Phabricator. Differential Revision: D67958989 |
…by size (facebookincubator#129) Summary: This change augments `nimble_dump`'s `info` subcommand. With this change, we will list all metadata sections in the Nimble file, along with their respective sizes. Differential Revision: D67958989
…by size (facebookincubator#129) Summary: This change augments `nimble_dump`'s `info` subcommand. With this change, we will list all metadata sections in the Nimble file, along with their respective sizes. Reviewed By: helfman Differential Revision: D67958989
…by size (facebookincubator#129) Summary: This change augments `nimble_dump`'s `info` subcommand. With this change, we will list all metadata sections in the Nimble file, along with their respective sizes. Reviewed By: helfman Differential Revision: D67958989
6953ce4
to
a78b3c4
Compare
This pull request was exported from Phabricator. Differential Revision: D67958989 |
…ator#125) Summary: This new API will unlock use cases such as enumerating all optional sections in the Nimble file. It will also empower `nimble_dump` to be able to provide relevant information about the optional sections. Reviewed By: helfman Differential Revision: D67949242
…facebookincubator#126) Summary: These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc. This information can be useful in use cases like `nimble_dump` where we want to know the sizes of these sections in the Nimble file. Reviewed By: helfman Differential Revision: D67957498
…by size (facebookincubator#129) Summary: This change augments `nimble_dump`'s `info` subcommand. With this change, we will list all metadata sections in the Nimble file, along with their respective sizes. Reviewed By: helfman Differential Revision: D67958989
a78b3c4
to
99474ad
Compare
This pull request was exported from Phabricator. Differential Revision: D67958989 |
This pull request has been merged in 5e6df68. |
Summary: This change augments
nimble_dump
'sinfo
subcommand. With this change, we will list all metadata sections in the Nimble file, along with their respective sizes.Differential Revision: D67958989