Displaying 20 results from an estimated 30000 matches similar to: "KVM Host Disk Performance"
2009 Mar 26
4
Installing on partitionable RAID arrays
Hello
Since linux 2.6, the md layer has a feature called partitionable arrays. So instead of having two disks, creating an identical partition table on both and then putting those partitions in RAID 1, you take those two disks and put them in one partitionable RAID 1 array (in mdadm terms, "mdp") and create a partition table on the new RAID device. The advantages are quite clear
2012 Nov 07
2
Install CentOS 6.3 to partitionable mdadm array
Hello all,
I'm trying to install CentOS 6.3 to an mdadm partitionable array and
not having any luck.
The installer only allows me to create one file system per md device,
or specify the md device as a LVM physical volume. I don't want to do
either, I want to create one md device and create multiple partitions
on top of the md device.
I thought that perhaps the installer was preventing
2009 Apr 29
4
I'd like to contribute two wiki articles
Hi,
I've written two small howtos, and would like to contribute them to the CentOS
Wiki. The first one is "How to install CentOS 5 on software partitionable mdadm
RAID1", and the second one "How to repair a software mdadm RAID5 with two or
more failed disks (if you know that information is still on the disks and
readable)". I think that the first one should be somewhere
2013 Feb 23
1
problem building partitionable RAID-1 on Centos-6
Trying to install Centos6 on my system (it's been running C5 for years).
I've got a pair of drives, so I'm trying to use RAID-1.
Previously I used a procedure where each partition was part of a separate
RAID device, but this time I'm trying the HOWTO from the Centos WIKI on
making a partitionable RAID pair.
I've been having a lot of problems, but have also been working thru
2007 Nov 02
1
mdadm syntax
Hi All,
I am trying to create an MD device. I am using the command:
/sbin/mdadm --create --a /dev/md12 --level=1 --run --raid-devices=2
/dev/sda12 /dev/sdb12
to create the device, and to dynamically create the device file if needed.
What I want is the device file to be created as /dev/md12, but with the -a
flag it creates it as /dev/md<first unwsed minor number>.
I have tried various
2009 Jul 23
2
RAID problem when building new computer
Hi all!
I'm building up a new box and plan to use Centos 5 on it.
i've got a pair of SATA 320 GB drives to make a RAID1.
I'm trying to follow the "howto" on the centos wiki for making a
"partitionable RAID" installation.
Given that my partition scheme has a separate /boot partition, while
the one in the HOWTO apparently does not, I've had to tweak the steps
2009 Jan 21
2
No bootloader with D-I in domU on part. RAID1
Hello.
I just tried (as my first attempt in xenning) to set up a lenny amd64
domU on a partitionable Mirror RAID (/dev/md_d0p1 - /dev/md_d0p4), using
the Debian installer from "people.debian.org/~joeyh/d-i/images/daily/".
The partitions of the md will be represented inside the domU as
/dev/xvda1-4 accordingly.
The dom0 seems to run fine, it''s Xen 3.2.1 on amd64 lenny.
The
2016 Mar 13
1
C7 + UEFI + GPT + RAID1
Hi messmer,
seems that anaconda supports partitioned RAID devices. Disk selection
see one mdraid device and permits to create partition on it.
Il 13/03/2016 01:04, Gordon Messmer ha scritto:
> On 03/12/2016 08:22 AM, Alessandro Baggi wrote:
>> From several how-to concerning raid1 installation, I must put each
>> partition on a different md devices.
>
> Not necessarily. You
2010 Jan 20
5
Install On Partitionable RAID1
I have some suggested tweaks and changes to
http://wiki.centos.org/HowTos/Install_On_Partitionable_RAID1
1. The user should be instructed to start rescue mode with networking in
order to be able to retrieve the patch for mkinitrd.
2. The command to create /etc/mdadm.conf will result in an extra line
"spares=1" while the array is still syncing. Adding " | head -1 " to
the
2011 Mar 08
0
Race condition with mdadm at bootup?
Hello folks,
I am experiencing a weird problem at bootup with large RAID-6 arrays.
After Googling around (a lot) I find that others are having the same
issues with CentOS/RHEL/Ubuntu/whatever. In my case it's Scientific
Linux-6 which should behave the same way as CentOS-6. I had the same
problem with the RHEL-6 evaluation version. I'm posting this question
to the SL mailing list
2016 May 03
2
Inconsistancy in RAID documentation
On the wiki page for creating a mirrored root drive, at
<https://wiki.centos.org/HowTos/Install_On_Partitionable_RAID1>, it first
tells you, in the install, to chose manual partitioning, and to leave at
least 1M at the end of the drive.... and then it tells you to create the
RAID 1 using /dev/sda and /dev/sdb - the *whole* raw drives.
mark, currently creating a RAID 1 using just
2017 Jan 24
5
CentOS 7 install on one RAID 1 [not-so-SOLVED]
So, it installed happily.
Then wouldn't boot. No problem, I'll bring it up with pxe, then chroot and
grub2-install.
Um, nope. I edited the device map from hd0 and hd1 being the RAID to
/dev/sda and /dev/sdb, then ran grup2-install. It now tells me can't
identify the filesystem on hd0, and can't perform a safety check, and
gives up.
What am I missing? Google is not giving me any
2014 Sep 16
1
Advice on CentOS 7, software raid 1, lvm, 3 TB disks
Greetings -
I am preparing to order a new desktop system for work. In general the new
system will be a Dell Precision T3610 with two 3 TB drives. I plan on
installing CentOS 7 as a KVM host, with virtual machines for Win 7 Pro and
Linux Mint. I am looking for some advice or a good how-to on configuring
software raid on the two drives, then using LVM for the host and virtual
machines. I
2012 May 02
1
Updating the "RAID1 HowTo" to CentOS 6
Hi.
The following HowTo on the CentOS Wiki:
http://wiki.centos.org/HowTos/Install_On_Partitionable_RAID1
valid for CentOS 5, has not been updated to CentOS 6, yet. I found it
very useful during the glorious CentOS 5 days and now that I've
successfully ported my RAID1 experience to CentOS 6, I'd like to share
it with the Community.
The title of the HowTo is currently:
"How to
2012 May 02
1
Updating the "RAID1 HowTo" to CentOS 6
Hi.
The following HowTo on the CentOS Wiki:
http://wiki.centos.org/HowTos/Install_On_Partitionable_RAID1
valid for CentOS 5, has not been updated to CentOS 6, yet. I found it
very useful during the glorious CentOS 5 days and now that I've
successfully ported my RAID1 experience to CentOS 6, I'd like to share
it with the Community.
The title of the HowTo is currently:
"How to
2012 Oct 02
2
new "large" fileserver config questions
Hi all,
I was recently charged with configuring a new fairly large (24x3TB
disks) fileserver for my group. I think I know mostly what I want to do
with it, but I did have two questions, at least one of which is directly
related to CentOS.
1) The controller node has two 90GB SSDs that I plan to use as a
bootable RAID1 system disk. What is the preferred method for laying
out the RAID array? I
2016 Mar 12
4
C7 + UEFI + GPT + RAID1
Hi list,
I'm new with UEFI and GPT.
For several years I've used MBR partition table. I've installed my
system on software raid1 (mdadm) using md0(sda1,sdb1) for swap,
md1(sda2, sdb2) for /, md2 (sda3,sdb3) for /home. From several how-to
concerning raid1 installation, I must put each partition on a different
md devices. I've asked times ago if it's more correct create the
2010 Dec 18
0
Disk array format for CentOS virtual host
Hello List Members (and Holiday greetings!)
This rambles a bit ... my apologies in advance.
I am in the process of building a large CentOS-based VM host machine
which will replace several individual boxes. I've done the usual
hardware research and ended up with a SuperMicro motherboard, dual
Xeons, lots of ECC RAM, solid power supply, and tons of cooling.
When it comes to the best disk
2018 Oct 15
8
C 7 installation annoyances
In the disk partitioner, I can't
1) choose to make the LVM with root and swap be on a RAID 1. Is there
some way to do that, rather than two separate partitions RAIDed?
2) They don't align, so I can't clone /dev/sda to /dev/sdb as a
failover (for /boot and /boot/efi). I've created those two, manually,
and nope, it wiped them out, so I can't clone
2013 Mar 05
8
Software RAID complete drives or individual partitions
I have been reading about software raid. I configured my first software raid system about a month ago.
I have 4 500 Gig drives configured in RAID 5 configuration with a total of 1.5TB.
Currently I configured the complete individual drivers as software raid, then created a /dev/md0 with the drives
I then created a /file_storage partition on /dev/md0.
I created my /boot / and swap partitions on