search for: master_vms_dir

Displaying 6 results from an estimated 6 matches for "master_vms_dir".

2014 Sep 23
0
[PATCH 02/13] syntax-check: fix error_message_period check
...This is unexpected, and may be a bug in virt-v2v or OVirt") domain_class os in (* Check that the domain has been attached to a Data Center by * checking that the master/vms directory exists. @@ -94,7 +94,7 @@ and check_storage_domain verbose domain_class os mp = let () = let master_vms_dir = mp // uuid // "master" // "vms" in if not (is_directory master_vms_dir) then - error (f_"%s does not exist or is not a directory.\n\nMost likely cause: Either the %s (%s) has not been attached to any Data Center, or the path %s is not an %s at all.\n\nYou have t...
2016 Dec 01
2
[PATCH] v2v: Rename RHEV to RHV throughout.
...RHV-M %s?") domain_class os domain_class | _::_ -> error (f_"there are multiple UUIDs in the %s (%s). This is unexpected, and may be a bug in virt-v2v or OVirt.") domain_class os in @@ -88,7 +88,7 @@ and check_storage_domain domain_class os mp = let () = let master_vms_dir = mp // uuid // "master" // "vms" in if not (is_directory master_vms_dir) then - error (f_"%s does not exist or is not a directory.\n\nMost likely cause: Either the %s (%s) has not been attached to any Data Center, or the path %s is not an %s at all.\n\nYou have t...
2016 Dec 07
0
[PATCH v2] v2v: Rename RHEV to RHV throughout.
...RHV-M %s?") domain_class os domain_class | _::_ -> error (f_"there are multiple UUIDs in the %s (%s). This is unexpected, and may be a bug in virt-v2v or OVirt.") domain_class os in @@ -88,7 +88,7 @@ and check_storage_domain domain_class os mp = let () = let master_vms_dir = mp // uuid // "master" // "vms" in if not (is_directory master_vms_dir) then - error (f_"%s does not exist or is not a directory.\n\nMost likely cause: Either the %s (%s) has not been attached to any Data Center, or the path %s is not an %s at all.\n\nYou have t...
2016 Dec 07
2
[PATCH v2] v2v: Rename RHEV to RHV throughout.
v2: - Fix virt-p2v messages too. Rich.
2017 Apr 04
1
[PATCH] Use Unicode single quotes ‘’ in place of short single quoted strings throughout.
...‘virsh define %s’ yourself instead.") tmpfile tmpfile ); end diff --git a/v2v/output_rhv.ml b/v2v/output_rhv.ml index f407b4eda..c7b96ab86 100644 --- a/v2v/output_rhv.ml +++ b/v2v/output_rhv.ml @@ -89,7 +89,7 @@ and check_storage_domain domain_class os mp = let () = let master_vms_dir = mp // uuid // "master" // "vms" in if not (is_directory master_vms_dir) then - error (f_"%s does not exist or is not a directory.\n\nMost likely cause: Either the %s (%s) has not been attached to any Data Center, or the path %s is not an %s at all.\n\nYou have t...
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich, This series includes patches to make `make syntax-check` pass. Some of the fix require change to maint.mk, but the file is not in git repo. Is it intended? Thanks! Hu Tao (13): syntax-check: dirty hack to pass bindtextdomain check syntax-check: fix error_message_period check syntax-check: fix makefile_at_at_check syntax-check: fix prohibit_assert_without_use check