1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #3127: Update return code for reset_uuid

(cherry picked from commit 7b589393597e49b5be49bf86a44c94c477309de8)
This commit is contained in:
Ruben S. Montero 2019-03-27 13:05:57 +01:00
parent 7b829d1950
commit d3703988ba
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -517,7 +517,7 @@ class Mapper
cmd = "#{COMMANDS[:tune2fs]} -U random #{device}"
else
return true
return
end
rc, o, e = Command.execute(cmd, false)