Skip to content

Commit

Permalink
Fix qemu-storage-daemon sample
Browse files Browse the repository at this point in the history
By mistake, the qemu-storage-daemon nbd sample passes
"writable=on-storage-daemon" instead of "writable=on".

We'll update the readme, using the right qemu argument.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
  • Loading branch information
petrutlucian94 committed Sep 18, 2023
1 parent 95062e7 commit d26597d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ For example, when using ``qemu-storage-daemon.exe`` locally, set
--blockdev driver=file,node-name=file,filename=e:\img\test_100gb.raw,cache.direct=on `
--blockdev driver=raw,node-name=raw,file=file `
--nbd-server addr.type=inet,addr.host=127.0.0.1,addr.port=10809 `
--export type=nbd,id=export,node-name=raw,name=test_100gb,writable=on-storage-daemon
--export type=nbd,id=export,node-name=raw,name=test_100gb,writable=on
```

### Listing mapped devices
Expand Down

0 comments on commit d26597d

Please sign in to comment.