Displaying 20 results from an estimated 10000 matches similar to: "[PATCH node] ovirt-post needs to wait on libvirtd to start"
2010 Mar 30
2
[PATCH node] Default OVIRT_CACHE_DIR to be in root autobuild directory
Previously was not getting set to anything resulting in cache
being stored in ~/ovirt-cache. For systems where multiple autobuilds
are running, this can lead to issues with builds for one version
getting rpms generated by another version.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
autobuild.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/autobuild.sh
2010 Mar 18
1
[PATCH node] cleanup a couple small issues
One instance of a variable being passed instead of a string
and another instance of a tweak in a regular expression that doesn't
work on F13.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-storage | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index 34e84e5..4f3f174
2010 Apr 07
1
[PATCH node] Fix defaulting of OVIRT_CACHE_DIR in recipe makefile
Due to a typo, the defaulting of OVIRT_CACHE_DIR in the recipe
Makefile.am was broken.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipe/Makefile.am b/recipe/Makefile.am
index fb34437..d09905a 100644
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -27,7 +27,7 @@ ARCH =
2010 Mar 10
1
[PATCH node] Fix reboot issue
Reboots were not working correctly due the use of "stop" when
stopping services. It resulted in the reboot process dying.
See https://bugzilla.redhat.com/show_bug.cgi?id=519366 for details.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt | 2 +-
scripts/ovirt-firstboot | 2 +-
scripts/ovirt-post | 2 +-
3 files changed, 3
2010 Mar 11
1
[PATCH node-image] store iso in build directory after autobuild
The iso is needed in the build directory for autotest.sh to work
when running as part of autobuild. This enhances autobuild.sh to
copy it over after the rpms are built.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
autobuild.sh | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/autobuild.sh b/autobuild.sh
index fb9de92..aeee7dd 100755
---
2009 Jul 22
1
[PATCH][NODE] Cleanup old bridges when re-running o-c-networking
From: Michael Burns <mburns at redhat.com>
Detects and removes existing bridges named breth*
Resolves rhbz#513062
Signed-off-by: Michael Burns <mburns at redhat.com>
---
scripts/ovirt-config-networking | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking
index cc7626b..837d493 100755
---
2010 Mar 24
2
[PATCH node][REPOST 1/2] Fix uninstall to detect and cleanup correct partitions
Previous implementation had staticly defined partitions to remove.
This would break in the case of split Root and HostVG devices.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-boot | 11 +--------
scripts/ovirt-config-uninstall | 48 ++++++++++++++++++++++++---------------
scripts/ovirt-functions | 33 +++++++++++++++++++++++++++
3 files
2010 Mar 23
2
[PATCH] Remove initrd patching from oc-boot
Dracut includes what was being patched in
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-boot | 47 ---------------------------------------------
1 files changed, 0 insertions(+), 47 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index d13dad2..28d1572 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@
2011 Sep 12
1
[PATCH node] handle list of variables to ignore
rhbz#723115
Signed-off-by: Mike Burns <mburns at redhat.com>
---
ovirt-node.spec.in | 4 ++++
scripts/ovirt-early | 6 +++++-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 2d8a4bf..8321ba7 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -180,6 +180,9 @@ echo "# File where default configuration is
2009 Sep 29
2
[PATCH node-image] add /var/lib/dnsmasq to rwtab
Virtual networks can now be created and destroyed with a r/o filesystem.
Signed-off-by: Michael Burns <mburns at redhat.com>
---
common-post.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/common-post.ks b/common-post.ks
index 44a0270..5531e08 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -151,6 +151,7 @@ rm -f /etc/cron.daily/logrotate
sed -i
2010 Mar 23
1
[PATCH node][RFC] Remove dependencies on /dev/disk/by-label entries
Use findfs LABEL=ABC and mount LABEL=ABC instead.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-boot | 29 ++++++++++++++++-------------
scripts/ovirt-config-storage | 2 --
scripts/ovirt-functions | 18 ++++++++++--------
3 files changed, 26 insertions(+), 23 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index
2010 Mar 11
1
[PATCH] Changes the order of ovirt-early and ovirt-awake.
Now the execution order for the ovirt sysvinit scripts is:
ovirt-early -> ovirt-awake -> ovirt -> ovirt-post
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt | 2 +-
scripts/ovirt-awake | 1 +
scripts/ovirt-early | 1 -
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/ovirt b/scripts/ovirt
index 752564a..d2e338d 100755
2011 Jun 15
2
oVirt updates
Hi everyone,
It's been awhile since there have been any updates to the oVirt project
but that's going to be changing shortly. We've re-launched the
http://ovirt.org site and made a number of updates to the wiki.
Additional updates will be coming over the coming days and weeks.
As for the projects themselves, we're changing the focus a little for
the overall oVirt project.
2010 Mar 23
1
[PATCH node] Filter out /dev/dm-* devices from device list
dm-* devices are references to existing /dev/sd* and
/dev/mapper/<wwid>. We should not depend on them and only present
/dev/sd* and /dev/mapper/<wwid> to the user.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-storage | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/scripts/ovirt-config-storage
2010 May 14
3
Replacement patch...
This one incorporates feedback from mburns and apevec to ensure
that all multipath devices are excluded in the list of available
drives.
Only drives with an identified bus are included in the list now.
2010 Mar 23
1
[PATCH node][RFC] Fix uninstall to detect and cleanup correct partitions
Previous implementation had staticly defined partitions to remove.
This would break in the case of split Root and HostVG devices.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-boot | 11 +--------
scripts/ovirt-config-uninstall | 49 ++++++++++++++++++++++++---------------
scripts/ovirt-functions | 27 ++++++++++++++++++++++
3 files changed, 58
2010 Mar 16
1
[PATCH] ovirt-awake improvements
>From 1ca6e713d0c23279a6800e6dfb4a76ab4250f56f Mon Sep 17 00:00:00 2001
From: Arthur CLEMENT <aclement at linagora.com>
Date: Tue, 16 Mar 2010 16:36:50 +0000
Subject: [PATCH] Function typo fixed. Move the sourcing of NODE_CONFIG
forward to not override the $OVIRT_RUNTIME_MODE read from karg
Signed-off-by: Arthur CLEMENT <aclement at linagora.com>
---
scripts/ovirt-awake | 7
2010 Mar 24
1
[PATCH node] Fix blkid.conf to scan devices for findfs calls.
findfs in F12 finds partitions on /dev/sdX devices instead of
/dev/mapper/<wwid> devices. This sets an option that forces
findfs to scan instead.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-post.ks | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index 9243751..0a2e180 100644
---
2010 Feb 24
5
New Storage related patches
This set of patches introduces support for multipath devices for
storage. Comments and suggestions are appreciated.
Mike
2010 Mar 31
1
[PATCH node] Handle space in storage wwid
Quote everywhere that we reference wwid in o-c-storage, o-c-boot
and ovirt-functions.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-boot | 6 +-
scripts/ovirt-config-storage | 178 +++++++++++++++++++++---------------------
scripts/ovirt-functions | 38 +++++-----
3 files changed, 111 insertions(+), 111 deletions(-)
diff --git