Displaying 20 results from an estimated 10000 matches similar to: "a couple of questions"
2009 Sep 26
10
Adding handling for Multipath storage devices
The following patches introduce support for multipath and cciss devices to the ovirt-node and node-image. Comments are appreciated.
These patches assume that the 3 patches (2 node, 1 node-image) from Joey are all incorporated.
Mike
2009 Oct 01
1
Repost of Patch 6/6 for ovirt-node
All other patches from the sequence remain unchanged. Repost of patch 6 based on comments from Joey to follow.
Mike
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 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
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
2011 Jul 25
1
ovirt (git) build removes ovirtnode.password
Hi There,
I may be doing something wrong. I built ovirt-node-image from git using
instructions at https://fedorahosted.org/ovirt/wiki/Build (note: the -b
next should be removed from the wiki)
Anyway, moving on. I successfully created an ovirt-node-image.iso, but
when I boot off it, the first boot fails with ovirtnode.password being
missing. I can see in recipe/ovirt-node-image.ks that
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 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
2017 Jun 30
2
mdraid doesn't allow creation: device or resource busy
Dear fellow CentOS users,
I have never experienced this problem with hard disk management before
and
cannot explain it to myself on any rational basis.
The setup:
I have a workstation for testing, running latest CentOS 7.3 AMD64. I am
evaluating oVirt and a storage-ha as part of my bachelors thesis.
I have already been running a RAID1 (mdraid, lvm2) for the system and
some oVirt 4.1 testing.
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
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
this is cleaner and avoids rebuilding initramfs in the kickstart post
it is built with correct configuration for the node image the first
time, in kernel posttrans
---
dracut/Makefile.am | 3 +
...-3d88d27810acc7782618d67a03ff5c0e41494ca4.patch | 20 ++++++++
...-93724aa28fc20c8b7f0167201d1759b7118ba890.patch | 37 +++++++++++++++
dracut/ovirt-dracut.conf
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node.
Removed tools, these are now in ovirt-node-recipe which is subpackage of
ovirt-node.
2017 Oct 09
0
SCSI block device name/multipath question
hi,
i have a host with a LSI SAS 3108 RAID controller in JBOD mode with 4
SSD SATA disks. i installed oVirt node (= CentOS 7) on the first two
disks configured as SW RAID 1 (in the oVirt node/CentOS installer). when
i look at the device names in the running OS i get
# lsscsi --scsi_id -g
[0:0:0:0] disk ATA SAMSUNG MZ7LM480 204Q /dev/sda - /dev/sg0
[0:0:1:0] disk ATA
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 Apr 01
2
[PATCH node 1/3] Enables ability to have a common shared root
---
scripts/ovirt-config-boot | 13 +++++++-
scripts/ovirt-config-storage | 73 +++++++++++++++++++++++++----------------
2 files changed, 56 insertions(+), 30 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index d545878..8cc127b 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -29,6 +29,12 @@ ovirt_boot_setup() {
local disk2
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe.
Removes old sub packages form ovirt-node, stateless, logos, selinux.
Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221
Added License file.
2006 Apr 13
1
device-mapper multipath
I am attempting to get multipath working with device-mapper (CentOS
4.2 and 4.3). It works on EVERY install of mine from RH (also v4.2,
4.3), but the same multipath.conf imported to all my installs of
CentOS do not work. Note that I have tested a working 4.2
configuration file from RH on CentOS 4.2 and a working 4.3
configuration (it changed slightly) on CentOS 4.3. Neither worked. Our
production
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
update server autobuild to set up a new isolated vm environment and
go through the server installer process and rails tests
---
autobuild.sh | 65 ++++++++++++++++++++++++++++++++++++++++++
ovirt-installer-test-answers | 21 +++++++++++++
ovirt-server-test.ks | 37 ++++++++++++++++++++++++
3 files changed, 123 insertions(+), 0 deletions(-)
create mode 100644
2009 Sep 08
2
[PATCH node-image] Add ability to set persistent ssh_host_keys on the node, usefull if you run diskless instance of ovirt-node
From: root <root at chappy.(none)>
---
ovirt-node-image.ks | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ovirt-node-image.ks b/ovirt-node-image.ks
index 802b6a5..d698497 100644
--- a/ovirt-node-image.ks
+++ b/ovirt-node-image.ks
@@ -55,6 +55,22 @@ if [ -f "ovirt-authorized_keys" ]; then
chmod 644
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
(depends on Advance Storage Configuration patch)
This patch adds the option of requesting, at install time, that swap LVs be encrypted. The modifications include:
* Introduction of the ovirt_swap_encrypt install parameter
* Inclusion of all required packages
* Inclusion of required kernel modules
* Introduction of /etc/ovirt-crypttab to hold encrypted swap configuration (Couldn't use