diff options
author | 2010-08-08 20:45:12 +0200 | |
---|---|---|
committer | 2010-08-21 01:30:08 +0200 | |
commit | 92af69abad8b6531ea5d2dc16bfc36654c8f531f (patch) | |
tree | 7426d80de214eb6b99681ff4f06fff2b7ff8940a /bootstrap.conf | |
parent | esx: Make sure dumpxml outputs proper ID for active domains (diff) | |
download | libvirt-92af69abad8b6531ea5d2dc16bfc36654c8f531f.tar.gz libvirt-92af69abad8b6531ea5d2dc16bfc36654c8f531f.tar.bz2 libvirt-92af69abad8b6531ea5d2dc16bfc36654c8f531f.zip |
esx: Use MD5 sum of mount path as storage pool UUID
With the previous storage pool UUID source not all storage pools
had a proper UUID, especially GSX storage pools. The mount path
is unique per host and cannot change during the lifetime of the
datastore. Therefore, it's MD5 sum can be used as UUID.
Use gnulib's crypto/md5 module to generate the MD5 sum.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 5af77a748..ca31a6e26 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -26,6 +26,7 @@ canonicalize-lgpl close connect count-one-bits +crypto/md5 dirname-lgpl fcntl-h getaddrinfo |