Skip to content

Commit 894c462

Browse files
authored
M #-: READONLY only supported for specific libvirt/virtiofsd versions (#643)
1 parent 55f63e1 commit 894c462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/product/cluster_configuration/storage_system/virtiofs_ds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Once the Image Datastore is created, register an image that represents a host di
6060
oneimage create --name fs_data --datastore fs_datastore --persistent --path /mnt/data --type filesystem
6161
```
6262

63-
For use cases where the same directory must be shared across multiple VMs simultaneously, create the image as non-persistent and set `READONLY="YES"`.
63+
For use cases where the same directory must be shared across multiple VMs simultaneously, create the image as non-persistent. If read-only access is required, set `READONLY="YES"` only when the host uses `libvirt >= 11.0.0` and `virtiofsd >= 1.13.0` (older versions do not support read-only virtiofs exports).
6464

6565
After the image is registered, it can be used as any other disk by adding it to the VM template using the `DISK` attribute.
6666
```

0 commit comments

Comments
 (0)