lib/host: add method to get system uuid#458
Closed
olivierh-pro wants to merge 1 commit into
Closed
Conversation
f81a0cc to
dc08c6d
Compare
81c71b9 to
d73b600
Compare
dc08c6d to
0678e63
Compare
d73b600 to
ebf3405
Compare
0678e63 to
f0f6f3f
Compare
ebf3405 to
dcf0c8f
Compare
f0f6f3f to
3116cc9
Compare
dcf0c8f to
2fe16b2
Compare
3116cc9 to
f626f49
Compare
2fe16b2 to
f2de69e
Compare
f626f49 to
03bab98
Compare
f2de69e to
0d35a1b
Compare
03bab98 to
44b42fd
Compare
0d35a1b to
e465c8e
Compare
44b42fd to
fb99ddd
Compare
e465c8e to
0e48c6b
Compare
863fffb to
9fbb345
Compare
System uuid is the uuid of the host scoped into its physical parent host. It is used in a context of nested hosts. Signed-off-by: Olivier Hoareau <olivier.hoareau@vates.tech>
0e48c6b to
d46f8eb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
System uuid is the uuid of the host scoped into its physical parent host. It is used in a context of nested hosts.
If the current host is a nested host, snapshot creation must be done through its physical parent host (because the "nested host" is actually a VM).
This PR add a new method in host class to get the system uuid (using
dmidecode -s system-uuid).With this uuid, we can then perform a snapshot of the
VMnested host.BLOCKED BY #455