docs: update fs.md virtiofs command

The `-d` option is deprecated.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu 2022-07-30 15:15:33 +00:00 committed by Rob Bradford
parent a4859ffe85
commit af958c9448

View File

@ -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.