search for: physical_vols

Displaying 3 results from an estimated 3 matches for "physical_vols".

2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
...log "Creating physical volume" + if [ ! -e "$partpv" ]; then + log "$partpv is not available!" + exit 1 + fi + dd if=/dev/zero of="${partpv}" bs=1024k count=1 + pvcreate -ff -y "${partpv}" + physical_vols="${physical_vols} ${partpv}" + done - partpv="${HOSTVGDRIVE}${hostvgpart}" - if [ ! -e "$partpv" ]; then - # e.g. /dev/cciss/c0d0p2 - partpv="${HOSTVGDRIVE}p${hostvgpart}" - fi - log "Creating physical volume" - if...
2009 May 29
0
[PATCH server] Add more debugging to storage tasks
This patch adds more debug calling in storage related tasks. Signed-off-by: Ian Main <imain at redhat.com> --- src/task-omatic/task_storage.rb | 29 ++++++++++++++++++----------- src/task-omatic/taskomatic.rb | 18 +++++++++--------- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/src/task-omatic/task_storage.rb b/src/task-omatic/task_storage.rb index
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
This patch updates dbomatic, taskomatic and host-register to use the new C++ wrapped ruby QMF bindings. It also fixes a couple of bugs along the way including the 0 cpu bug for host-register. This is a compilation of work done by myself and Arjun Roy. Signed-off-by: Ian Main <imain at redhat.com> --- src/db-omatic/db_omatic.rb | 111 ++++++-------