[libvirt] [PATCH] Use the force flag for mkfs -t xfs

2014-04-03 Thread Ján Tomko
Without this, building an XFS pool on a formatted partition fails with --overwrite. https://bugzilla.redhat.com/show_bug.cgi?id=927172 --- src/storage/storage_backend_fs.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/storage/storage_backend_fs.c

Re: [libvirt] [PATCH] Use the force flag for mkfs -t xfs

2014-04-03 Thread Michal Privoznik
On 03.04.2014 12:23, Ján Tomko wrote: Without this, building an XFS pool on a formatted partition fails with --overwrite. https://bugzilla.redhat.com/show_bug.cgi?id=927172 --- src/storage/storage_backend_fs.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git