Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
f49a5e02
Commit
f49a5e02
authored
Dec 04, 2007
by
Alexander Schreiber
Browse files
Modify GetVolumeList so output on stderr from lvs doesn't break it.
Reviewed-by: imsnah
parent
320b4e2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/backend.py
View file @
f49a5e02
...
...
@@ -221,7 +221,7 @@ def GetVolumeList(vg_name):
result
.
output
)
return
{}
lvlist
=
[
line
.
split
()
for
line
in
result
.
outp
ut
.
splitlines
()]
lvlist
=
[
line
.
split
()
for
line
in
result
.
stdo
ut
.
splitlines
()]
return
dict
(
lvlist
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment