Search results

  1. G

    Problem with kernel 2.6.35 and Qlogic FC driver on IBM Bladecenter

    Sorry, I replied to this a few days ago but somehow my reply wasn't posted and I didn't notice - something to do with the forum session timing out and me having to log in again. And in the meantime we have been facing issues with power supply following the explosion yesterday that destroyed the...
  2. G

    Problem with kernel 2.6.35 and Qlogic FC driver on IBM Bladecenter

    Greetings, Have tried pve-kernel-2.6.35-2-pve_2.6.35-12_amd64.deb and Fibre Channel works. Unfortunately there are now problems with the networking of the virtual hosts. We have other blades in the same Bladecenter running the same ProxMox software, where the Fibre Channel did not show...
  3. G

    Problem with kernel 2.6.35 and Qlogic FC driver on IBM Bladecenter

    Greetings, I am using ProxMox VE 1.8 on servers in an IBM Bladecenter. Here is the output of pveversion -v: --- Begin pveversion -v --- gendebien:~# pveversion -v pve-manager: 1.8-18 (pve-manager/1.8/6070) running kernel: 2.6.35-1-pve proxmox-ve-2.6.35: 1.8-11 pve-kernel-2.6.32-4-pve...
  4. G

    Access to other disks in server

    Hi Udo, Thanks for pointing out there was a correct place in the GUI to do this, with your hints I found it was at: Virtual Machine Configuration > Hardware > Hardware list for VMxxx > drop down menu "add a hard disk" > select vg1 for hard disk storage. With best regards, George
  5. G

    Access to other disks in server

    Hi Udo, Thanks for the quick reply. The storage I am using is of type LVM; the physical volume seen by Proxmox is a volume on a Fibre Channel SAN, and the VM images are logical volumes in a new volume group vg1 which includes this physical volume. What is the correct way to create a new...
  6. G

    Access to other disks in server

    OK, worked it out: the machine should be stopped and started, rebooting the OS is not enough. Seems to work OK now. Best regards, George
  7. G

    Access to other disks in server

    Greetings, Update: I created a logical volume in the same volume group (vg1) as is used to host the vm's disk image logical volume: lvcreate -L 10G -n vm-102-disk-2 vg1 And tagged it lvchange --addtag pve-vm-102 /dev/vg1/vm-102-disk-2 I added to the file /etc/qemu-server/102.conf (on the...
  8. G

    Access to other disks in server

    Greetings, I am evaluating Proxmox VE, pveversion gives pve-manager/1.8/5754. I have the same requirement (make a block device visible to one or more vm's). I have two KVM-based virtual machines, VMID 101 and 102, but I don't see any files under /etc/qemu-server. Where do I configure which...