Skip to content

Commit

Permalink
chore: add disk reference to the recovery docs
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Feb 5, 2025
1 parent e98770a commit f28a428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/openstack-data-disk-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ modprobe nbd max_part=8
### Connect qemu-nbd to the Disk File

``` shell
qemu-nbd --connect=/dev/nbd0 /var/lib/nova/instances/00000000-0000-0000-0000-000000000000
qemu-nbd --connect=/dev/nbd0 /var/lib/nova/instances/00000000-0000-0000-0000-000000000000/disk
```

- This command associates the instance disk file with the `/dev/nbd0` block device.
Expand Down

0 comments on commit f28a428

Please sign in to comment.