]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Extract out mount command creation for FS Backend
authorJohn Ferlan <jferlan@redhat.com>
Tue, 4 Dec 2018 11:28:34 +0000 (06:28 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 13 Dec 2018 12:09:42 +0000 (07:09 -0500)
commit1bebb904fe2f8f51b29efe28bbe91d708f142ade
treef0223c2190694fb07039bbdb355d1974dd8cdce8
parentc658764decf357ef2a064f09235fb6b8bd027f8b
storage: Extract out mount command creation for FS Backend

Extract out the code that is used to create the MOUNT command
for starting the pool. We can use this for Storage Pool XML
to Argv testing to ensure code changes don't alter how a
storage pool is started.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/storage/storage_backend_fs.c