Recent content by Burn

  1. B

    openvz io priority

    which means, it should be available soon for 2.6.32 kernel?
  2. B

    openvz io priority

    I want to assign different i/o priorities for openvz containers vzctl set 101 --ioprio 0 --save Warning: ioprio feature is not supported by the kernel, ioprio configuration is skipped Saved parameters for CT 101 Is that not possible with Proxmox? # pveversion -V pve-manager: 1.6-5...
  3. B

    virtio boot

    okay, that's strange. I recreated and reinstalled vm and it works fine. I must've missed something.
  4. B

    virtio boot

    official fedora iso: http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/iso/Fedora-13-x86_64-DVD.iso I got the impression that this is a known issue with kvm http://www.mail-archive.com/kvm@vger.kernel.org/msg13377.html
  5. B

    virtio boot

    $ pveversion -v pve-manager: 1.6-2 (pve-manager/1.6/5087) running kernel: 2.6.32-3-pve proxmox-ve-2.6.32: 1.6-13 pve-kernel-2.6.32-3-pve: 2.6.32-13 pve-kernel-2.6.24-11-pve: 2.6.24-23 pve-kernel-2.6.18-2-pve: 2.6.18-5 qemu-server: 1.1-18 pve-firmware: 1.0-7 libpve-storage-perl: 1.0-13...
  6. B

    virtio boot

    [solved] virtio boot Hello. I'd like to use virtio for linux guests. I can install linux on a virtio drive just fine, but it won't boot afterwards. The error is "could not read the boot disk". Quick researsh shows that 'boot=on' option should be added to the virtio drive. When launched from...
  7. B

    /var/lib/vz/.. nfs export

    I ended up rearranging LVM. Split /var/lib/vz into 2 parts and exported one of them, that worked fine
  8. B

    /var/lib/vz/.. nfs export

    I have several proxmox servers. One of them has really big hdds, and I want to use it as a nfs storage for others. However, almost all space is allocated to /var/lib/vz partition. So I created /var/lib/vz/nfs folder and tried to export it through nfs, but got "exportfs: Warning: /var/lib/vz/nfs...
  9. B

    HP Array Diagnostic Utilities on OpenVZ?

    why would you want to do it? I think it's dangerous. Oh, thanks. I've been thinking there are only rpms available, and hasn't much converting them with alien to deb. Will try these now.
  10. B

    Windows 2008 guest + nfs storage

    that was too simple to guess. Thanks.
  11. B

    resize windows kvm vm (LVM)

    what difference type of storage makes?
  12. B

    Windows 2008 guest + nfs storage

    I'm running Win2k8 KVM guest. It has 3 local disks and now I want to add one more on NFS share. The share mounted without trouble, and the disk was created, but when guest is started, there's no sign it's detected the disk. I looked in Windows logs, Proxmox logs - nothing. How do I troubleshoot...