Recent content by atinazzi

  1. A

    [SOLVED] Base Volume not displayed when adding LVM on ISCSI

    Started over. Installed 5.4 from ISO, no updates. It works! No problem adding the LVM on ISCSI. Base Volume is now visible. Problem solved (by myself): DO NOT USE PVE 6.x if you use ISCSI on an external disk unit. It is buggy!!!
  2. A

    [SOLVED] Base Volume not displayed when adding LVM on ISCSI

    I just tried reinstalling Proxmox (6.1-3) from scratch. When add ISCSI via web interface i get an 'operation timeout' error. However, if I reload the storage page (via web GUI) the ISCSI LUN is actually there. I am still unable to add LVM on my ISCSI LUN The ISCSI is on a Synology SAN I have...
  3. A

    [SOLVED] Base Volume not displayed when adding LVM on ISCSI

    # iscsiadm --mode discovery --type sendtargets --portal 172.16.16.16 172.16.16.16:3260,1 iqn.2013-07.au.net.ehss:NAS01.lun01 [fe80::211:32ff:fe1f:8b25]:3260,1 iqn.2013-07.au.net.ehss:NAS01.lun01
  4. A

    [SOLVED] Base Volume not displayed when adding LVM on ISCSI

    Hi I am testing Proxmox 6.1.3. There are many similar threads but I could not find any with a valid solution. Even the one tagged as SOLVED are actually not solved. I hope some Proxmox expert could solve this mystery once and for all. I am trying to configure an ISCSI target. I add the ISCSI...
  5. A

    Cannot start VMs - cant' activate LV ...

    I have just noticed that I cannot create new VMs on the ISCSI target, from any node. at boots it says: Volume group "pve" not found Cannot process volume group pve Volume group "pve" not found Cannot process volume group pve Volume group "pve" not found Cannot process volume group pve dmesg...
  6. A

    Cannot start VMs - cant' activate LV ...

    I do not use ZFS the affected VMs are on an external disk array connected via ISCSI the content of the ISCSI target is visible from all nodes including the one having problems starting VMs If I manually move the config file to another node mv /etc/pve/nodes/NB/qemu-server/110.conf...
  7. A

    Cannot start VMs - cant' activate LV ...

    Hi, This morning all VMs across all 3 nodes were displaying a warning sign saying "io-error". I started looking up on this forum but found nothing relevant/applicable. I have forced a restart of a node and installed latest updates, including newest kernel. After rebooting and installing...
  8. A

    Network Configuration Best Practice

    Hi, I understand that configuration best practice would be to have dedicated networks for each of the following functions: - Management (Web Console) / Internet - Storage - Cluster - Migration If this is not possible since only 2 networks are available: - Net1 = 1 Gb - Net2 = 10 Gb How...
  9. A

    Upgrade from 2.3 to 3.0

    sorry .... I missed 1 step... you have to do >apt-get update then it will tell you about missing keys so you do >apt-get install debian-archive-keyring and again >apt-get update
  10. A

    Upgrade from 2.3 to 3.0

    No Tom, Wheezy is not in archive anymore... (not listed in the page on the link you published) ... Very confusing! I was in fact already using: http://archive.debian.org/debian wheezy main http://archive.debian.org/debian wheezy-lts main and they were returning errors but then I found an...
  11. A

    Upgrade from 2.3 to 3.0

    Hi, I need to upgrade from Proxmox VE from 2 to 3. I have found detailed instructions on Upgrade from 2.3 to 3.0 but when I run the script it fails to locate all required repositories. I understand that that version of Debian is obsolete and no longer supported but would it be possible to fix...