Displaying 20 results from an estimated 3000 matches similar to: "Rosewill RSV-S8 Storage Enclosure Support"
2011 Dec 02
3
[PATCH] Btrfs: protect orphan block rsv with spin_lock
We''ve been seeing warnings coming out of the orphan commit stuff forever from
ceph. Turns out it''s because we''re racing with checking if the orphan block
reserve is set, because we clear it outside of the spin_lock. So leave the
normal fastpath checks where they are, but take the spin_lock and _recheck_ to
make sure we haven''t had an orphan block rsv added in
2014 Aug 05
0
Stack dumps in use_block_rsv while rebalancing ("block rsv returned -28")
I already posted this in the thread "ENOSPC with mkdir and rename",
but now I have a device with 100GB unallocated on the "btrfs fi sh"
output, and when I run a rebalance of the form:
> btrfs filesystem balance start -dusage=50 -musage=10 "$mount"
I get more than 75 of such stack traces contaminating the klog. I've
put some of them up in a gist here:
2012 Jul 07
0
block rsv returned -28
- RAID10 btrfs volume consisting of 4 disks.
- One disk failed, was replaced, resync started
(`btrfs dev add /dev/sdf /srv; btrfs dev del missing /srv`)
- Another disk failed before resync was done.
Disk was replaced, resync restarted.
(`btrfs dev add /dev/sdc /srv; btrfs dev del missing /srv`)
Naturally I don''t expect it to recover from 2 failures, but
doing the attempt was
2007 Aug 04
2
HotPlug, eSATA, and /media
Ok, got a quickie.
I have an eSATA drive, a 750GB Seagate in an eSATA external enclosure, and a
Silicon Image sil3132 ExpressCard controller for my laptop. The disk and
controller work great in CentOS 5 (or F7, for that matter), if I specifically
mount it.
This is not how I want to have to use this drive, however. I want to hotplug
it; that is, plug the controller into the laptop, and then
2009 Sep 22
2
rescan usb hd
I have a usb hd that I use for backup. Occasionally it dies.
scsi 6:0:0:0: rejecting I/O to dead device
scsi 6:0:0:0: rejecting I/O to dead device
scsi 6:0:0:0: rejecting I/O to dead device
scsi 6:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdc1, logical block 0
lost page write due to I/O error on sdc1
EXT2-fs error (device sdc1): read_inode_bitmap: Cannot read inode
bitmap -
2012 Oct 21
1
r8712u wireless driver
I've just installed centos 6.3 for the first time on a test machine and
couldn't be happier - except that a critical wireless adapter driver is
missing - the r8712u. I would love to convert my mythtv machine from
Fedora 17 to centos 6.3 to put all that chaos and instability behind me.
My mythtv machine connects only wirelessly to the rest of my network
and uses a Rosewill RNX-N180UBE USB
2009 Oct 30
1
ZFS - first steps
Hi folks,
Just recently set-up my first OSOL box, have some Linux background but
am TOTALLY new to OSOL, so please bear with me.
I''m looking to expand usage of PM capable hardware (port multilier).
This will allow to add extensive hd''s.
At the moment I''m using a Sil3132 based PCIe card, which is recognized
fine. The card is configured to use the esata port on the
2013 Mar 17
2
mount exited with exit code 18
Hey Y'all,
I'm trying to mount a USB drive with an NTFS file system on it. I need
the drive in a win-7 virtual box instance.
Error Dialog is:
Error mounting: mount exited with exit code 18: Error opening
'/dev/sdc1': Read-only file system
Failed to mount '/dev/sdc1': Read only file system
[root at mushroom /]# ls -l /dev/disk/by-id | grep usb
lrwxrwxrwx. 1 root root
2002 Aug 25
2
2 root disks sdb1,sdc1; if set "root=/dev/sdc1", mtab lies saying sdb1 is root!?
I have 2 SCSI disks each w/a RH 7.3 ext3 root filesystem: /dev/sdb1, and /dev/sdc1.
/dev/sda1 is an old RH4.2 root filesystem. (sdb1 was created as an image of sdc1
using dd.)
I have no problem booting from a SYSLINUX 1.52 floppy with SYSLINUX.CFG
containing "append initrd=initrd.img root=/dev/sdb1".
When I alter SYSLINUX.CFG with:
"append initrd=initrd.img root=/dev/sdc1".
2006 Aug 04
3
OCFS2 and ASM Question
Ok guys & gals here is the scenario:
1.) Host RHEL 4 U3 2.6.9-34.0.2.EL
2.) OCFS2 latest version
3.) Successfully formatted & mounted OCFS2 filesystems on 2 nodes
/dev/sdb1 /u02/oradata/usdev/voting
/dev/sdc1 /u02/oradata/usdev/data01
/dev/sdd1 /u02/oradata/usdev/data02
/dev/sde1 /u02/oradata/usdev/data03
4.) Downloaded & installed ASMLib 2.0 on both nodes
5.) Ran
2015 Feb 28
9
Looking for a life-save LVM Guru
Dear All,
I am in desperate need for LVM data rescue for my server.
I have an VG call vg_hosting consisting of 4 PVs each contained in a
separate hard drive (/dev/sda1, /dev/sdb1, /dev/sdc1, and /dev/sdd1).
And this LV: lv_home was created to use all the space of the 4 PVs.
Right now, the third hard drive is damaged; and therefore the third PV
(/dev/sdc1) cannot be accessed anymore. I would like
2015 Jun 10
2
[PATCH] New API: btrfs_replace_start
Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com>
---
daemon/btrfs.c | 40 +++++++++++++++++++++++++++++++++++++++
generator/actions.ml | 19 +++++++++++++++++++
tests/btrfs/test-btrfs-devices.sh | 8 ++++++++
3 files changed, 67 insertions(+)
diff --git a/daemon/btrfs.c b/daemon/btrfs.c
index 39392f7..acc300d 100644
--- a/daemon/btrfs.c
+++
2015 Feb 28
1
Looking for a life-save LVM Guru
Dear James,
Thank you for being quick to help.
Yes, I could see all of them:
# vgs
# lvs
# pvs
Regards,
Khem
On Sat, February 28, 2015 7:37 am, James A. Peltier wrote:
>
>
> ----- Original Message -----
> | Dear All,
> |
> | I am in desperate need for LVM data rescue for my server.
> | I have an VG call vg_hosting consisting of 4 PVs each contained in a
> | separate
2007 Nov 13
1
sdc1 without the sdc
So I'm working with the iSCSI Initiator and an EqualLogic SAN. I'm
not sure when this might have happened, but it appears that the
/dev/sdc device is missing, yet the /dev/sdc1 partition exists AND is
mountable. Is there a method to re-create the /dev/sdc device? I
cannot dd or fdisk it, obviously, but I can mount the /dev/sdc1
partition and it works just fine. Not having the /dev/sdc
2010 Apr 05
1
Kernel Panic, Server not coming back up
I have a relatively new test environment setup that is a little different
from your typical scenario. This is my first time using OCFS2, but I
believe it should work the way I have it setup.
All of this is setup on VMWare virtual hosts. I have two front-end web
servers and one backend administrative server. They all share 2 virtual
hard drives within VMware (independent, persistent, &
2013 Nov 19
2
virsh and multi source-dev
Hi,
I'm using LVM based storage pools and I'm wondering
if there is a way to specify several source-dev on the command line
for creating a volume group spread over several devices :
one device /dev/sdc1 is ok:
* virsh pool-define-as --name lvmpool --type logical --source-dev /dev/sdc1 --source-name vg --target /dev/vg
I would like something like (but sadly doesn't work):
? virsh
2011 Apr 27
2
btrfs-convert crashes
I have a 1.5 TB (1,475,720,773,632) partition that I wanted to convert
from ext4 to btrfs. It is currently used as / for ubuntu 10.10.
I booted into 11.04 beta2 and tried a ''btrfs-convert /dev/sdc1'', but
after about 20 minutes it segfaulted.
I performed a:
sck.ext4 -cDfty -C 0 /dev/sdc1
After everything was clean, I downloaded the debugging symbols for btrfs-convert and
2017 Sep 28
1
upgrade to 3.12.1 from 3.10: df returns wrong numbers
Hi,
When I upgraded my cluster, df started returning some odd numbers for my
legacy volumes.
Newly created volumes after the upgrade, df works just fine.
I have been researching since Monday and have not found any reference to
this symptom.
"vm-images" is the old legacy volume, "test" is the new one.
[root at st-srv-03 ~]# (df -h|grep bricks;ssh st-srv-02 'df -h|grep
2018 Oct 31
2
WERR_DS_DOMAIN_RENAME_IN_PROGRESS - Join Failed
>
> OK, get the 'Windows sysadmin' to go to the 2012 DC and run
> 'rendom /end' on it, see if this fixes your problem.
>
> Rowland
Thanks Rowland, that did the fix the problem related with
WERR_DS_DOMAIN_RENAME_IN_PROGRESS error. But the problem evolved into a
new one: "WERR_DS_DIFFERENT_REPL_EPOCHS"
...
Starting replication
Join failed - cleaning up
2007 Aug 27
3
mdadm --create on Centos5?
Is there some new trick to making raid devices on Centos5?
# mdadm --create /dev/md3 --level=1 --raid-devices=2 /dev/sdc1 /dev/sdc1
mdadm: error opening /dev/md3: No such file or directory
I thought that worked on earlier versions. Do I have to do something
udev related first?
--
Les Mikesell
lesmikesell at gmail.com