You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were other commands that we want to run; I made a chart of them, and the corresponding categories:
("p": pool-related command)
("gl": global command)
p lsblk -i /dev/nvme0n1p2 /dev/nvme0n1p3
gl stratis pool list
gl stratis pool list --stopped
gl stratis report engine_state_report
gl busctl tree org.storage.stratis3
p dmsetup table
dmsetup ls --tree -o ascii
p stratis-dumpmetadata /dev/nvme0n1p2
p stratis-dumpmetadata /dev/nvme0n1p3
Sub of stratis-storage/project#630
What we want to do is invoke
lsblk -i
with the pool's devices' devnodes as arguments.The text was updated successfully, but these errors were encountered: