search for: isci

Displaying 20 results from an estimated 32 matches for "isci".

Did you mean: isc
2012 Apr 17
3
FreeBSD 8.3-R sysinstall does not "see" disks that are recognized during boot
I've got a new supermicro server I'm trying to get FreeBSD on. It uses the Intel c602 chipset, and it's my understanding that support for that chipset (c60X) was recently added via the isci driver. Ok, great, that explains why 8.2-R and 9.0-R didn't see the drives. So, I grabbed the memstick image of 8.3-RELEASE that is on the ftp server, booted it up, and sure enough, as the dmesg scrolls I see it now properly recognizes da0 and da1, as it should (the memstick is da2). It see...
2019 Oct 02
1
CentOS 8 Broken Installation
...hipset > 4-Port SATA Storage Control Unit [8086:1d6b] > > If so, the above device ID [8086:1d6b] is not supported in RHEL/CentOS > 8, unfortunately. > > Akemi And if that is indeed your device, that was bad news. But you have good news too. Device [8086:1d6b] is supported by the isci kernel module. ELRepo has a DUD for this driver: dd-isci-1.2.0-1.el8.elrepo.iso Ljubomir provided detailed instructions on how to use ELRepo's DUD isos earlier in this thread. Akemi
2013 Aug 22
2
Error when creating volume
Hello, I've removed a volume and I can't re-create it : gluster volume create gluster-export gluster-6:/export gluster-5:/export gluster-4:/export gluster-3:/export /export or a prefix of it is already part of a volume I've formatted the partition and reinstalled the 4 gluster servers and the error still appears. Any idea ? Thanks. -- -------------- next part --------------
2011 Dec 09
7
iSCSI best practices
...through the list archives I came across an iSCSI discussion back in February where a couple of individuals were going back and forth about drafting up a "best practices" doc and putting it into a wiki. Did that ever happen? And if so, where is it? Now my questions : We are not using iSCIS yet at work but I see a few places where it would be useful e.g. a number of heavy-use NFS mounts (from my ZFS appliance) that I believe would be slightly more efficient if I converted them to iSCSI. I also want to introduce some virtual machines which I think would work out best if I created iS...
2009 Jan 11
7
ISCI Network Hang - Lun becomes unavailable
I am sharing out ZFS ISCSI luns to my Mac. When copying large files, the network will hang in the middle of the transfer and the LUN will become unavailable until I plumb the NIC. This issue appears to only occur only when I am reading files (ie..syncing an ipod) and not writing (I''m not 100% sure though). When I snoop the interface I notice a bunch of ARP lookups. Any ideas? Thanks in
2010 Oct 18
3
xen randomly crashes all VMs hosted on iSCSI NAS array
I inherited a xen server that is setup to have all the VM images hosted on an iSCSI mounted NAS array. We been experiencing a random (about every 2-3 days) issue where xen would crash all the VMs, leaving nothing but the Domain0 running. What appears to be happening is something causes the iSCI mount to hiccup. Running "vgchange -a y" and restarting all the VMs brings everything up. Nothing appears to be wrong with the NAS array - there are a dozen other servers attached to it that never have a problem. The xend log does not have anything useful in it and I''m at a lo...
2019 Oct 02
3
CentOS 8 Broken Installation
Hello, Am Mittwoch, 2. Oktober 2019, 22:36:37 CEST schrieb mark: > Jonathan Billings wrote: > > On Oct 2, 2019, at 3:27 PM, Jonathan Billings <billings at negate.org> > > > > wrote: > >> Is there a bug filed on https://bugzilla.redhat.com/ > >> <https://bugzilla.redhat.com/> yet? Have you submitted the errors you > >> encountered
2008 Jun 27
8
Boot from OCFS2
Dear List, I''m thinking about using xen productive in our datacenter, i''m still testing around with it. Now I got some questions, just for basic understanding, we got for example this environment: 2 Nodes 1 SCSI Pool server (Connected via scsi to both nodes) Now I want to build a "cluster" so i would like to make this: Node 1 -> Primary -| | --> domU
2019 Mar 12
0
[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
On Tue, Mar 12, 2019 at 03:02:54PM -0700, James Bottomley wrote: > I'm sure there must be workarounds elsewhere in the other arch code > otherwise things like this, which appear all over drivers/, wouldn't > work: > > drivers/scsi/isci/request.c:1430 > > kaddr = kmap_atomic(page); > memcpy(kaddr + sg->offset, src_addr, copy_len); > kunmap_atomic(kaddr); > Are you sure "page" is an userland page with an alias address? sg->page_link = (unsigned long)virt_to_page(addr); page_link seems to poin...
2006 May 15
1
NFS versus ISCSI
...ne any kind of benchmarks regarding having a NFS export or using ISCSI. If not, is there any idea in how to do those benchmarks. In my case I will us NFS or ISCSI to export some space to run a mysql server, oracle 10g and ordinary file share. At this point I have 3 iscsi "servers" and 3 isci clients, each one running one service. All the servers are connect at 1Gbps. Best regards, Bruno Sousa -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060515/c6380942/attachment-0002.html>
2014 Apr 29
0
/etc/sysconfig/kernel: line 7: alias: aacraid: not found
...Installed: kernel-xen.x86_64 0:2.6.18-371.8.1.el5 Complete! #################################################### More details : ########################### [root@server ~]# [root@server ~]# [root@server ~]# [root@server ~]# [root@server ~]# cat /etc/modprobe.conf alias scsi_hostadapter isci alias eth0 igb alias eth1 igb alias scsi_hostadapter1 aacraid alias scsi_hostadapter2 ahci alias scsi_hostadapter3 usb-storage alias snd-card-0 snd-hda-intel options snd-card-0 index=0 options snd-hda-intel index=0 remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; };...
2013 Feb 06
0
[LLVMdev] [llvm] r174463 - Initial support for DWARF CFI parsing and dumping in LLVM
...gt; + // offset_ptr as uint64_t* >> + uint32_t EndStructureOffset = Offset + static_cast<uint32_t>(Length); >> + >> + // The Id field's size depends on the DWARF format >> + Id = Data.getUnsigned(&Offset, IsDWARF64 ? 8 : 4); >> + bool IsCIE = ((IsDWARF64 && Id == DW64_CIE_ID) || Id == DW_CIE_ID); >> + >> + if (IsCIE) { >> + // Note: this is specifically DWARFv3 CIE header structure. It was >> + // changed in DWARFv4. >> + uint8_t Version = Data.getU8(&Offset); >> +...
2009 Jan 15
5
[PATCH 0/3] ocfs2: Inode Allocation Strategy Improvement.v2
Changelog from V1 to V2: 1. Modify some codes according to Mark's advice. 2. Attach some test statistics in the commit log of patch 3 and in this e-mail also. See below. Hi all, In ocfs2, when we create a fresh file system and create inodes in it, they are contiguous and good for readdir+stat. While if we delete all the inodes and created again, the new inodes will get spread out and that
2013 Jan 20
10
iscsi on xen
I wonder if someone can point me in right directions. I have two dell servers I setup iscsi so I have four 2 tb hard drives and i had used lvm to create one big partiton and share it using iscsi. How I go about assigning sections of iscsi for virtual hard drives . should go about assigning Should I export the whole 8TB as one iscsi and then use lvm to create smaller virtual disk. Or should I
2011 Apr 27
0
ICAC2011 Call For Participation (8th IEEE International Conference on Autonomic Computing)
...5:00PM Reception ====================================================================== THURSDAY, JUNE 16, 2011 - MAIN CONFERENCE 9:15AM Sponsoring addresses 9:30AM - 10:30AM Session 5: Testing and Diagnostics 9:30AM Toward Data Center Self-Diagnosis Using a Mobile Robot Jon Lenchner; Canturk Isci; Jeffrey Kephart; Christopher Mansley; Jonathan Connell; Suzanne McIntosh 10:00AM Model-based Performance Testing Cornel Barna; Marin Litoiu; Hamoun Ghanbari 10:30AM Coffee break 11:00AM - 12:00PM Session 6: Malware Detection and Clean-up 11:00AM Inoculation against malware infection using ker...
2011 Apr 27
0
ICAC2011 Call For Participation (8th IEEE International Conference on Autonomic Computing)
...5:00PM Reception ====================================================================== THURSDAY, JUNE 16, 2011 - MAIN CONFERENCE 9:15AM Sponsoring addresses 9:30AM - 10:30AM Session 5: Testing and Diagnostics 9:30AM Toward Data Center Self-Diagnosis Using a Mobile Robot Jon Lenchner; Canturk Isci; Jeffrey Kephart; Christopher Mansley; Jonathan Connell; Suzanne McIntosh 10:00AM Model-based Performance Testing Cornel Barna; Marin Litoiu; Hamoun Ghanbari 10:30AM Coffee break 11:00AM - 12:00PM Session 6: Malware Detection and Clean-up 11:00AM Inoculation against malware infection using ker...
2011 Nov 10
13
dom0 - oom-killer - memory leak somewhere ?
Hello, I work in a hosting company, we have tens of Xen dom0 running just fine, but unfortunately we do have a few that get out of control. Reported behaviour : - dom0 uses more and more memory - no process can be found using that memory - at some point, oom killer kicks in, and kills everything, until even ssh the box becomes hard - when there is really no more process to kill, it crashes
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...r_detected(struct pci_dev *pdev, ipr_pci_frozen(pdev); return PCI_ERS_RESULT_CAN_RECOVER; case pci_channel_io_perm_failure: ipr_pci_perm_failure(pdev); return PCI_ERS_RESULT_DISCONNECT; - break; default: break; } return PCI_ERS_RESULT_NEED_RESET; } diff --git a/drivers/scsi/isci/phy.c b/drivers/scsi/isci/phy.c index 7041e2e3ab48..1b87d9080ebe 100644 --- a/drivers/scsi/isci/phy.c +++ b/drivers/scsi/isci/phy.c @@ -751,11 +751,10 @@ enum sci_status sci_phy_event_handler(struct isci_phy *iphy, u32 event_code) sci_change_state(&iphy->sm, SCI_PHY_STARTING);...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...r_detected(struct pci_dev *pdev, ipr_pci_frozen(pdev); return PCI_ERS_RESULT_CAN_RECOVER; case pci_channel_io_perm_failure: ipr_pci_perm_failure(pdev); return PCI_ERS_RESULT_DISCONNECT; - break; default: break; } return PCI_ERS_RESULT_NEED_RESET; } diff --git a/drivers/scsi/isci/phy.c b/drivers/scsi/isci/phy.c index 7041e2e3ab48..1b87d9080ebe 100644 --- a/drivers/scsi/isci/phy.c +++ b/drivers/scsi/isci/phy.c @@ -751,11 +751,10 @@ enum sci_status sci_phy_event_handler(struct isci_phy *iphy, u32 event_code) sci_change_state(&iphy->sm, SCI_PHY_STARTING);...
2020 Oct 17
0
[RFC] treewide: cleanup unreachable breaks
.../scsi/fcoe/fcoe.c:1897: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return drivers/scsi/hptiop.c:761: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return drivers/scsi/hpsa.c:7443: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return drivers/scsi/isci/phy.c:756: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return drivers/scsi/isci/phy.c:961: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return drivers/scsi/ipr.c:9490: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return drivers/scsi/lpfc/lpfc_d...