search for: qeury

Displaying 7 results from an estimated 7 matches for "qeury".

Did you mean: eury
2013 Sep 07
0
[Solved] Re: Qeury regarding 64GB SSD + 2tb?
Greetings, On Sat, Sep 7, 2013 at 10:18 AM, Rajagopal Swaminathan <raju.rajsand at gmail.com> wrote: > > To my knowlege, a root file system of size 64GB should be handled > peacefully by centos. > > GPT comes into picture only on > 2tb partitions for different mountpoints. > I changed the label on the 64 GB ssd to msdos using parted in the ctrl+alt+F2 terminal window
2013 Sep 07
1
Qeury regarding 64GB SSD + 2tb?
Greetings, I have a system x3100 m4 system with 64GB SSD for OS and 2x2tb for data as MD device (software RAID). It had Fedora 17 with EFI/ I tried to install centos 6. deleting the existing partitions on the SSD /dev/sdc. sda and sdb are the 2x2tb md device mounted on /home. no joy. googling Questions: 1. Where do I locate the boot loader? /dev/sdc? is MBR (the default with Centos) enough
2011 Jun 13
1
Boot delay
Is there a method of tweaking the boot sequence of a KVM instance so that you can delay the process for X number of seconds? I don't have enough time between starting the KVM and connecting via VNC. Thanks Jeff
2013 Apr 29
2
checking puppet run status of node A during puppet run of node B
I have some middleware where the successful configuration of node B is dependent on the successful configuration of node A. Node B must pull additional information from node A during its configuration. Is there any built in functionality in puppet for checking the completion status of other nodes? Right now my intent is to write a custom function to query the puppetdb which is storing
2011 Jun 20
1
libvirt-users Digest, Vol 18, Issue 17
...-viewer. It simply waits for domain to > boot, if it is down. > > Your other option is to create hook script: > http://libvirt.org/hooks.html > and put conditional sleep there, because libvirt just before running a > domain tries to execute qemu with some arguments (e.g. -help) to qeury > its capabilities. And you don't want your hook script to delay that. > > So you need something like this: > > if [ $2 == "start" ]; then > sleep 5 > fi > > > Thanks > > > > Jeff > > > > ____________________________________...
2012 Aug 21
5
[PATCH 1/2 v1] blkdrv: Add queue limits parameters for sg block drive
This patch adds some queue limit parameters into block drive. And inits them for sg block drive. Some interfaces are also added for accessing them. Signed-off-by: Cong Meng <mc at linux.vnet.ibm.com> --- block/raw-posix.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ block_int.h | 4 +++ blockdev.c | 15 +++++++++++++ hw/block-common.h | 3 ++ 4 files
2012 Aug 21
5
[PATCH 1/2 v1] blkdrv: Add queue limits parameters for sg block drive
This patch adds some queue limit parameters into block drive. And inits them for sg block drive. Some interfaces are also added for accessing them. Signed-off-by: Cong Meng <mc at linux.vnet.ibm.com> --- block/raw-posix.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ block_int.h | 4 +++ blockdev.c | 15 +++++++++++++ hw/block-common.h | 3 ++ 4 files