search for: disk_io

Displaying 6 results from an estimated 6 matches for "disk_io".

Did you mean: disk_i
2009 Sep 24
7
[patch 0/2] grub-0.97: btrfs support
Hello everyone. The following patches are for Fedora 10(**). The distro-independent package will be put to kernel.org a bit later. I. Loading kernels from btrfs volumes Now you can load kernels and initrds from btrfs volumes composed of many devices. WARNING!!! Make sure that all components of your loading btrfs volume(*) are visible to grub. Otherwise, you''ll end with
2011 Feb 09
0
Question about putting vm in blkio cgroup
...lo, I have another question about cgroup in libvirt I create a script that put vm in cgroup for limiting blkio sudo cgcreate -f 750 -d 750 -a $user:$group -g blkio:$alias pid=`pgrep $alias` echo $pid > /dev/cgroup/blkio/$alias/tasks $virsh schedinfo --set cpu_shares=$cpu $alias echo "8:0 $disk_io" > /dev/cgroup/blkio/$alias/blkio.throttle.read_bps_device echo "8:0 $disk_io" > /dev/cgroup/blkio/$alias/blkio.throttle.write_bps_device For example I write: 8:0 10485760 to /dev/cgroup/blkio/$alias/blkio.throttle.*_bps_device So there should be limit to 10Mbyte/s to acces to...
2009 Sep 24
6
[patch 1/2] grub-0.97: btrfs support for a singe device configuration
2006 Oct 31
0
6362643 GRUB graphics still not in line with unified "coolstart" branding
...graphics.c delete: usr/src/psm/stand/boot/i386/common/graphics.h update: usr/src/grub/grub-0.95/netboot/undi.c update: usr/src/grub/grub-0.95/stage2/builtins.c update: usr/src/grub/grub-0.95/stage2/char_io.c update: usr/src/grub/grub-0.95/stage2/cmdline.c update: usr/src/grub/grub-0.95/stage2/disk_io.c update: usr/src/grub/grub-0.95/stage2/fsys_iso9660.c update: usr/src/grub/grub-0.95/stage2/shared.h update: usr/src/grub/grub-0.95/stage2/stage2.c update: usr/src/grub/splash.xpm.gz update: usr/src/psm/stand/boot/i386/Makefile.com update: usr/src/psm/stand/boot/i386/common/console.c update...
2011 Oct 12
14
pv-grub Solaris support
Hello all, I''ve patched pv-grub to allow it to boot a Solaris PV domU using an unmodified menu.lst. The attached patch has been tested with various Solaris versions (Solaris 11 Express, OpenIndiana 151a, OpenSolaris 134, Nexenta Core 3.0.1; all 64-bit). I appreciate your feedback. The patch consists mainly of Oracle''s grub modifications, which add ZFS support and
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi, The following patches add support for ext4 and btrfs to PV-GRUB. These patches are taken nearly verbatim from those provided by Fedora and Gentoo. We''ve been using these patches for the PV-GRUB images available in EC2 for some time now with no problems. Changes from v1: - Makefile has been changed to check the exit code from patch - The btrfs patch has been rebased to apply