Skip to content
Snippets Groups Projects
Commit f8afb7e6 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Fix error in iallocator documentation reg. disk mode


The code uses the disk object's “mode” attribute, which uses the
constants DISK_RDONLY (“ro”) and DISK_RDWR (“rw”).

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent b92a2f3e
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ request
instance (in the order they are exported to the hypervisor):
mode
either ``r`` or ``w`` denoting if the disk is read-only or
either ``ro`` or ``rw`` denoting if the disk is read-only or
writable
size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment