search for: f2b9e39

Displaying 1 result from an estimated 1 matches for "f2b9e39".

Did you mean: 82b9e93
2010 Oct 22
0
[PATCH node] First draft of replacing some of the ovirt-config-* scripts with python equivalents.
...s/storage.py | 451 ++++++++++++++++++++++++++++++ 2 files changed, 1123 insertions(+), 0 deletions(-) create mode 100644 scripts/ovirtfunctions.py create mode 100644 scripts/storage.py diff --git a/scripts/ovirtfunctions.py b/scripts/ovirtfunctions.py new file mode 100644 index 0000000..f2b9e39 --- /dev/null +++ b/scripts/ovirtfunctions.py @@ -0,0 +1,672 @@ +#!/usr/bin/python +import subprocess +import os +from subprocess import Popen, PIPE, STDOUT +import tempfile +import string +import sys + + +OVIRT_LOGFILE="/var/log/ovirt.log" +OVIRT_TMP_LOGFILE="/tmp/ovirt.log" +#...