Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
a6a6a1da
Commit
a6a6a1da
authored
Nov 06, 2017
by
Francesc Guasch
Browse files
[#408] added xubuntu artful 17.10
parent
83f47482
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/VM/KVM.pm
View file @
a6a6a1da
...
...
@@ -1262,8 +1262,13 @@ sub _xml_modify_uuid {
$uuid->setData($new_uuid);
}
sub _unique_uuid {
my ($self, $uuid, @uuids) = @_;
sub _unique_uuid($self, $uuid=
'
1805
fb4f
-
ca45
-
aaaa
-
bbbb
-
94124e760434
'
,@) {
my @uuids = @_;
if (!scalar @uuids) {
for my $dom ($self->vm->list_all_domains) {
push @uuids,($dom->get_uuid_string);
}
}
my ($first,$last) = $uuid =~ m{(.*)([0-9a-f]{6})};
for (1..1000) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment