Displaying 2 results from an estimated 2 matches for "92f80d2".
2015 Jul 06
1
[PATCH] uuids: return ENOTSUP if could not set UUID for specific fs
...ow how to set the UUID for '%s' filesystems",
+ else
+ NOT_SUPPORTED(-1, "don't know how to set the UUID for '%s' filesystems",
vfs_type);
- r = -1;
- }
return r;
}
diff --git a/generator/actions.ml b/generator/actions.ml
index 92f80d2..7ecaf98 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -11804,6 +11804,9 @@ parameter. In future we may allow other flags to be adjusted." };
shortdesc = "set the filesystem UUID";
longdesc = "\
Set the filesystem UUID on C<device> to C<uui...
2015 Jul 06
1
[PATCH] doc: add missing ms-dos fs section in set_label
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
---
generator/actions.ml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/generator/actions.ml b/generator/actions.ml
index 92f80d2..35f30d5 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -9919,7 +9919,7 @@ Set the filesystem label on C<mountable> to C<label>.
Only some filesystem types support labels, and libguestfs supports
setting labels on only a subset of these.
-=over 4
+=over 5
=item e...