[lvm-devel] master - lvmdbusd: WS fix

tasleson tasleson at fedoraproject.org
Tue Nov 29 22:51:31 UTC 2016


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=617a819abc553aaf79058f4016697328a9b1d98a
Commit:        617a819abc553aaf79058f4016697328a9b1d98a
Parent:        d882edb32d8695ffb1498759649af93f407f39db
Author:        Tony Asleson <tasleson at redhat.com>
AuthorDate:    Tue Nov 29 15:01:41 2016 -0600
Committer:     Tony Asleson <tasleson at redhat.com>
CommitterDate: Tue Nov 29 16:50:30 2016 -0600

lvmdbusd: WS fix

---
 daemons/lvmdbusd/cmdhandler.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/daemons/lvmdbusd/cmdhandler.py b/daemons/lvmdbusd/cmdhandler.py
index 1d5ff4a..f221f93 100644
--- a/daemons/lvmdbusd/cmdhandler.py
+++ b/daemons/lvmdbusd/cmdhandler.py
@@ -353,7 +353,8 @@ def vg_lv_create_raid(vg_name, create_options, name, raid_type, size_bytes,
 								size_bytes, num_stripes, stripe_size_kb)
 
 
-def vg_lv_create_mirror(vg_name, create_options, name, size_bytes, num_copies):
+def vg_lv_create_mirror(
+		vg_name, create_options, name, size_bytes, num_copies):
 	cmd = ['lvcreate']
 	cmd.extend(options_to_cli_args(create_options))
 




More information about the lvm-devel mailing list