Skip to content

Commit f28a428

Browse files
committed
chore: add disk reference to the recovery docs
Signed-off-by: Kevin Carter <[email protected]>
1 parent e98770a commit f28a428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/openstack-data-disk-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ modprobe nbd max_part=8
3838
### Connect qemu-nbd to the Disk File
3939

4040
``` shell
41-
qemu-nbd --connect=/dev/nbd0 /var/lib/nova/instances/00000000-0000-0000-0000-000000000000
41+
qemu-nbd --connect=/dev/nbd0 /var/lib/nova/instances/00000000-0000-0000-0000-000000000000/disk
4242
```
4343

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

0 commit comments

Comments
 (0)