diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-25 10:29:58 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-25 14:47:15 +0100 |
commit | e64bf3fb2945e552d74bde43fb2ff4e1180b976b (patch) | |
tree | 5229b59c5d13f1d65be82dc2a8d184dcd441c9af /src | |
parent | 2b59b5f1d2e36b0ef84b7c7c9ab2c4b602f2ad91 (diff) | |
download | libguestfs-e64bf3fb2945e552d74bde43fb2ff4e1180b976b.tar.gz libguestfs-e64bf3fb2945e552d74bde43fb2ff4e1180b976b.tar.xz libguestfs-e64bf3fb2945e552d74bde43fb2ff4e1180b976b.zip |
New APIs: pvchange-uuid, pvchange-uuid-all, vgchange-uuid, vgchange-uuid-all.
These APIs will allow sysprep to change the UUIDs of all PVs and VGs
in the system.
LVs don't have UUIDs AFAICT, or at least there seems to be no way to
change them if they do have them.
Diffstat (limited to 'src')
-rw-r--r-- | src/MAX_PROC_NR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index f59a90f3..947e93bc 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -337 +341 |