mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
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:
parent
ef7fec1168
commit
8fdb2cffa5
@ -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
|
||||
|
@ -406,6 +406,7 @@ virStorageBackendDiskBuildPool(virConnectPtr conn,
|
||||
PARTED,
|
||||
pool->def->source.devices[0].path,
|
||||
"mklabel",
|
||||
"--script",
|
||||
virStorageBackendDiskPoolFormatToString(conn, pool->def->source.format),
|
||||
NULL,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user