Displaying 20 results from an estimated 400 matches similar to: "Replacement patch for bz#507455"
2009 Jul 10
0
[PATCH node] This is a follow-on patch for bz#507455.
It fixes how removable media are detected and removes any device which
has no storage space available.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-storage | 168 +++++++++++++++++++++++++++++++-----------
1 files changed, 125 insertions(+), 43 deletions(-)
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index 5560b5f..f6a30c9
2010 May 13
1
Non-functional replacement...
This patch just includes the repo name in the subject.
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 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
2009 May 21
1
[PATCH node] display descriptions for all disks
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
scripts/ovirt-config-storage | 31 +++++++++++++++++++------------
1 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index be5aec0..671ad7d 100755
--- a/scripts/ovirt-config-storage
+++ b/scripts/ovirt-config-storage
@@ -36,15 +36,17 @@ logging_min_size=5
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 Feb 24
5
New Storage related patches
This set of patches introduces support for multipath devices for
storage. Comments and suggestions are appreciated.
Mike
2009 May 27
4
[PATCH node] REPOST Joey's and Darryl's ovirt-config-* patches
This is a repost of patches for ovirt-config-*
ACK to all. Pushed.
2010 May 13
0
[PATCH] Replace the HAL calls with udev/systool calls.
HAL has been deprecated, and this patch removes all HAL specific calls
from the configuration scripts.
HAL is still present in the Python scripts, but will be removed in a
different patch.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
ChangeLog | 3 +
configure.ac | 2 -
ovirt-node.spec.in | 1 -
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 Jun 25
1
[PATCH node] Fixes when a removable media is removed. bz#507455
If a device is a removeable media device, then o-c-storage will now
check if there's media present before attempting to get the storage size
for the device.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-storage | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index
2012 Jul 06
2
Plotting rpart trees with long list of class members
I have a class with 732 members, so using rpart.plot is giving me a tiny plot
in the middle of the window. Is there a good way to modify the plot, or
replace the long list with something like "group1"?
--
View this message in context: http://r.789695.n4.nabble.com/Plotting-rpart-trees-with-long-list-of-class-members-tp4635671.html
Sent from the R help mailing list archive at
2008 Jul 28
5
Hardware serial number access from (a) command(s)
Over the weekend, I had to make a technical support call on one of my
DVD burners, and at one point the recorded message mentioned I should
have my serial number handy. I thought there was a way to read that
from at least one piece of software on the system, but I couldn't
remember one and man -k on a number of subjects was unrevealing.
Can someone enlighten me (us)?
Thanks.
mhr
2006 Apr 28
2
kernel panic - spin_lock
Guys,
one of our boxes just died with the following error:
kernel panic - not syncing: fs/block_dev.c:396: spin_lock
(fs/block_dev.c:c0361c0) already locked by fs/block_dev.c/287.
The system's an LVS running CentOS 4.3:
centos-release-4-3.2
kernel-2.6.9-34.EL
ipvsadm-1.24-6
heartbeat-1.2.3.cvs.20050927-1.centos4
I note that there's a bug report filed related to CentOS 4.2:
2020 Sep 01
10
remove revalidate_disk()
Hi Jens,
this series removes the revalidate_disk() function, which has been a
really odd duck in the last years. The prime reason why most people
use it is because it propagates a size change from the gendisk to
the block_device structure. But it also calls into the rather ill
defined ->revalidate_disk method which is rather useless for the
callers. So this adds a new helper to just
2009 May 26
0
[PATCH node] Fixes when more than one UDI is returned while getting a drive's size.
If more than one UDI is returned, they are delimited by a carriage
return. That is changed to a space, then the lot is iterated over. Each
UDI is tested to see if it has the property "block.is_volume=false". If
so then that UDI is for the underlying block device and not a logical
volume on the device.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
2009 Jul 14
1
[PATCH node] Filters out all non-physical networking devices.
This patch will scan through the list of devices that have the net.80203
capability. It will then also ensure that only those which originate
from a physical device and are not logical devices are presented.
Resolves: rhbz#511369
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-networking | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff
2003 Sep 05
1
how to compile ssh with pam
Hello
I am compiled openssh3.6.1p2 with PAM and using RSA Security (ACE) token.
the command I used to compile ssh as follow:
1. ./configure --with-pam
2. make
3. make install
After starting the sshd daemon, I authenticate using the command
"ssh xxx.yyy.nih.gov"
On the SecurID server I was watching the log monitor and I saw the following
errors :
"ACCESS DENIED, syntax
2016 Mar 17
1
Questions regarding hostdev scsi
Hi!
I'm oVirt developer responsible for most of 'hostdev' support. While
working on SCSI passthrough (that is hostdev type='scsi'), I've
encountered few issues I'm not sure how to solve somewhat effectively
and nicely.
Just a note - oVirt by default disables 'dynamic_ownership', meaning
we have to handle endpoint ownership/labeling ourselves. This
is not
2009 Dec 10
0
[PATCH node] Enables stateless iscsi remote boot
Used in conjunction with livecd-iso-to-iscsi. Creates a local boot partition with vmlinuz/initrd and grub configuration.
Disk Partitioning > enable iscsi target > configure storage > local install and reboot
---
scripts/ovirt-config-boot | 131 +++++++++++++++++++--------------
scripts/ovirt-config-storage | 164 +++++++++++++++++++++++++-----------------
tools/livecd-iso-to-iscsi