make sure parted doesn't ask for confirmation

* src/storage_backend_disk.c: make sure parted doesn't ask
  confirmation,  patch by Cole Robinson
Daniel
This commit is contained in:
Daniel Veillard 2008-08-12 11:29:49 +00:00
parent ef7fec1168
commit 8fdb2cffa5
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Aug 12 13:28:09 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/storage_backend_disk.c: make sure parted doesn't ask
confirmation, patch by Cole Robinson
Tue Aug 12 13:20:07 CEST 2008 Daniel Veillard <veillard@redhat.com>
* docs/storage.html[.in] src/storage_backend_disk.c: patch from

View File

@ -406,6 +406,7 @@ virStorageBackendDiskBuildPool(virConnectPtr conn,
PARTED,
pool->def->source.devices[0].path,
"mklabel",
"--script",
virStorageBackendDiskPoolFormatToString(conn, pool->def->source.format),
NULL,
};