Displaying 20 results from an estimated 9000 matches similar to: "scsi drive assignment problem"
2007 Oct 19
2
CentOS 5 centosplus kernel + kmod-gfs
On CentOS 5, the current centosplus kernel doesn't want to play with the
kmod-gfs package (because kmod-gfs wants the stock kernel):
# yum install kmod-gfs
gives me:
Transaction Check Error:
package kernel-2.6.18-8.1.14.el5.centos.plus (which is newer than
kernel-2.6.18-8.1.14.el5) is already installed
Should it work, or is there a separate centosplus build that I've not
2012 Nov 27
3
Xen Cold Migration doesn't work
Hi everyone,
I am trying to do a Cold Migration with Xen, Ubuntu 12.04 and virtual
machines with Ubuntu 10.04.
This is my cfg file to create the VM on the primary node:
# cat ubuntu.c
cat: ubuntu.c: Arquivo ou diretório não encontrado
root@cloud9:/etc/xen# cat ubuntu.cfg
name = "ubuntu"
memory = 256
disk = [''phy:/dev/vg_datastore/lv_datastore,xvda,w'']
vif = [''
2006 Dec 01
2
another iscsi question
I have an iscsi array that I'd like to mount and share using NFS and I
need it to happen without user intervention on a reboot. In the default
configuration this doesn't seem to work very well because the iscsi
intiator isn't started until after the network is up (obviously) and by
that time all local filesystems are mounted. I can't mount the
partitions in rc.local because NFS
2007 Jul 23
2
GFS/LVM/RAID1 recovery question
I have a (CentOS4.5) cluster in which the servers mount a GFS partition
which is an LVM2 logical volume created as a mirror of two iSCSI-
connected drives (with a third for the log). The LV was created using a
command along the lines of:
lvcreate -m 1 ... /dev/sdb /dev/sdc /dev/sdd
where sd[bc] are the mirrored (iSCSI) PVs in the VG and sdd is the log.
I have this working and can write data
2007 Apr 18
2
[Bridge] aoe/vblade on "localhost"
hello !
i try to use a network technology on one single host, which wasn`t designed for that.
to give a short overview of what i`m talking about:
AoE is just like a "networked blockdevice" (just like nbd/enbd) - but without tcp/ip.
AoE kernel driver is the "client end" (see this like an iSCSI initiator) - and an etherblade storage appliance is the "server end"
2007 Jul 26
4
Does iSCSI target support SCSI-3 PGR reservation ?
Does opensolaris iSCSI target support SCSI-3 PGR reservation ?
My goal is to use the iSCSI LUN created by [1] or [2] as a quorum device for a 3-node suncluster.
[1] zfs set shareiscsi=on <storage-pool/zfs volume name>
[2] iscsitadm create target .....
Thanks,
-- leon
This message posted from opensolaris.org
2011 Dec 19
10
Rails on iPad
Hi, I''d like to know if there is any way to develop an entire rails app in
iPad.
Maybe with an app, maybe with an online platform as Cloud9.
I''d like to know what you think.
Thank you,
Rodrigo
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2012 Jul 11
4
[PATCH] hw/virtio-scsi: Set max_target=0 during vhost-scsi operation
From: Nicholas Bellinger <nab at linux-iscsi.org>
This QEMU patch sets VirtIOSCSIConfig->max_target=0 for vhost-scsi operation
to restrict virtio-scsi LLD guest scanning to max_id=0 (a single target ID
instance) when connected to individual tcm_vhost endpoints as requested by
Paolo.
This ensures that virtio-scsi LLD only attempts to scan target IDs up to
VIRTIO_SCSI_MAX_TARGET when
2012 Jul 11
4
[PATCH] hw/virtio-scsi: Set max_target=0 during vhost-scsi operation
From: Nicholas Bellinger <nab at linux-iscsi.org>
This QEMU patch sets VirtIOSCSIConfig->max_target=0 for vhost-scsi operation
to restrict virtio-scsi LLD guest scanning to max_id=0 (a single target ID
instance) when connected to individual tcm_vhost endpoints as requested by
Paolo.
This ensures that virtio-scsi LLD only attempts to scan target IDs up to
VIRTIO_SCSI_MAX_TARGET when
2013 Oct 25
2
[PATCH] vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter
From: Nicholas Bellinger <nab at linux-iscsi.org>
This patch addresses a long-standing bug where the get_user_pages_fast()
write parameter used for setting the underlying page table entry permission
bits was incorrectly set to write=1 for data_direction=DMA_TO_DEVICE, and
passed into get_user_pages_fast() via vhost_scsi_map_iov_to_sgl().
However, this parameter is intended to signal WRITEs
2013 Oct 25
2
[PATCH] vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter
From: Nicholas Bellinger <nab at linux-iscsi.org>
This patch addresses a long-standing bug where the get_user_pages_fast()
write parameter used for setting the underlying page table entry permission
bits was incorrectly set to write=1 for data_direction=DMA_TO_DEVICE, and
passed into get_user_pages_fast() via vhost_scsi_map_iov_to_sgl().
However, this parameter is intended to signal WRITEs
2006 Mar 31
3
smb-ldap or not to smb-ldap
Hi all,
We are deploying a Linux server and desktops for a customer. We will
have the users and groups in LDAP on the server, and files shared via NFS.
However, one never knows if Windows desktops will be needed in the
future. Is it a good idea to add users with smb-ldap even if samba is
not initially used, as adding the samba attributes to an existing LDAP
database is painful, and the
2004 Aug 20
4
no scsi in 2.6.7-xenU?
There is no CONFIG_SCSI to enable in xenU. Is there any reason for this? I want to try out iSCSI and obviously it needs scsi support. Or would I be better doing it in dom0 and exporting it?
thanks
James
2014 May 07
3
[PATCH 6/6] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD
On Mon, Apr 07, 2014 at 01:56:59AM -0700, Nicholas A. Bellinger wrote:
> On Mon, 2014-04-07 at 11:45 +0300, Michael S. Tsirkin wrote:
> > On Sun, Apr 06, 2014 at 09:32:09PM +0000, Nicholas A. Bellinger wrote:
> > > From: Nicholas Bellinger <nab at linux-iscsi.org>
> > >
> > > This patch updates virtscsi_probe() to setup necessary Scsi_Host
> > >
2014 May 07
3
[PATCH 6/6] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD
On Mon, Apr 07, 2014 at 01:56:59AM -0700, Nicholas A. Bellinger wrote:
> On Mon, 2014-04-07 at 11:45 +0300, Michael S. Tsirkin wrote:
> > On Sun, Apr 06, 2014 at 09:32:09PM +0000, Nicholas A. Bellinger wrote:
> > > From: Nicholas Bellinger <nab at linux-iscsi.org>
> > >
> > > This patch updates virtscsi_probe() to setup necessary Scsi_Host
> > >
2012 Jul 11
2
[PATCH-v2] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN scanning
From: Nicholas Bellinger <nab at linux-iscsi.org>
This patch changes virtio-scsi to use a new virtio_driver->scan() callback
so that scsi_scan_host() can be properly invoked once virtio_dev_probe() has
set add_status(dev, VIRTIO_CONFIG_S_DRIVER_OK) to signal active virtio-ring
operation, instead of from within virtscsi_probe().
This fixes a bug where SCSI LUN scanning for both
2012 Jul 11
2
[PATCH-v2] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN scanning
From: Nicholas Bellinger <nab at linux-iscsi.org>
This patch changes virtio-scsi to use a new virtio_driver->scan() callback
so that scsi_scan_host() can be properly invoked once virtio_dev_probe() has
set add_status(dev, VIRTIO_CONFIG_S_DRIVER_OK) to signal active virtio-ring
operation, instead of from within virtscsi_probe().
This fixes a bug where SCSI LUN scanning for both
2014 Apr 07
2
[PATCH 6/6] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD
On Mon, Apr 07, 2014 at 01:56:59AM -0700, Nicholas A. Bellinger wrote:
> On Mon, 2014-04-07 at 11:45 +0300, Michael S. Tsirkin wrote:
> > On Sun, Apr 06, 2014 at 09:32:09PM +0000, Nicholas A. Bellinger wrote:
> > > From: Nicholas Bellinger <nab at linux-iscsi.org>
> > >
> > > This patch updates virtscsi_probe() to setup necessary Scsi_Host
> > >
2014 Apr 07
2
[PATCH 6/6] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD
On Mon, Apr 07, 2014 at 01:56:59AM -0700, Nicholas A. Bellinger wrote:
> On Mon, 2014-04-07 at 11:45 +0300, Michael S. Tsirkin wrote:
> > On Sun, Apr 06, 2014 at 09:32:09PM +0000, Nicholas A. Bellinger wrote:
> > > From: Nicholas Bellinger <nab at linux-iscsi.org>
> > >
> > > This patch updates virtscsi_probe() to setup necessary Scsi_Host
> > >
2005 Jun 30
3
Vote for CentOS - AGAIN :)
The preliminary round voting is completed in the "2005 Readers' Choice
Awards" at Linux Journal.
CentOS was nominated in the "distribution:" category along with 18 other
Linux distros ... and we finished in the top 3 (along with Ubuntu and
FedoraCore).
Thanks to every one who voted for CentOS. I really did not expect that
we would be on the final ballot, though I am