mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
docs: update fs.md virtiofs command
The `-d` option is deprecated. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -29,7 +29,7 @@ mkdir /tmp/shared_dir
|
|||||||
_Run virtiofsd_
|
_Run virtiofsd_
|
||||||
```bash
|
```bash
|
||||||
./virtiofsd \
|
./virtiofsd \
|
||||||
-d \
|
--log-level debug \
|
||||||
--socket-path=/tmp/virtiofs \
|
--socket-path=/tmp/virtiofs \
|
||||||
--shared-dir=/tmp/shared_dir \
|
--shared-dir=/tmp/shared_dir \
|
||||||
--cache=never
|
--cache=never
|
||||||
@@ -90,4 +90,4 @@ Cloud Hypervisor command line, which happens to be `myfs` in this example.
|
|||||||
## DAX feature
|
## DAX feature
|
||||||
|
|
||||||
Given the DAX feature is not stable yet from a daemon standpoint, it is not
|
Given the DAX feature is not stable yet from a daemon standpoint, it is not
|
||||||
available in Cloud Hypervisor.
|
available in Cloud Hypervisor.
|
||||||
|
|||||||
Reference in New Issue
Block a user