Search results

  1. D

    Proxmox VE 5.1: HA, replication and migration...problem on ZFS Local storage ?

    Hello Everybody, Today again today an error with another VM following the shutdown of this one for a maintenance. When I restarted it then, the replication fails with this error below: 2018-02-07 13:38:01 107-0: start replication job 2018-02-07 13:38:01 107-0: guest => VM 107, running =>...
  2. D

    Proxmox VE 5.1: HA, replication and migration...problem on ZFS Local storage ?

    Thanks @aychprox for your reply. I didn't want to keep this configuration for a production environment... I just ran some tests on my Cluster to check the functioning of some options. I also noticed that if a replication was active for all VMs from node-1 to node-2. When i migrate VMs to...
  3. D

    Proxmox VE 5.1: HA, replication and migration...problem on ZFS Local storage ?

    Hi everybody, I want to migrate a container from one server (node-1) to another server (node-2) (the replication for this CT is active only to a 3rd server (node-3)). I first created a group for the HA where the 3rd server (node-3) has priority. I then set the HA for the CT to this group. When...
  4. D

    Proxmox 5.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    Thanks @fabian Here's what I did: root@monserveur:~# apt-get remove zfs-dkms Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: dkms fakeroot gcc gcc-6 libasan3...
  5. D

    Proxmox 5.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    Hello @fabian ...thanks for your reply. To better understand, I take the example below with a server where I have 2 ESPs (one on each SSD that forms the ZFS-raid-1 for the rpool): ... ... Disk /dev/sdc: 111.8 GiB, 120034123776 bytes, 234441648 sectors Units: sectors of 1 * 512 = 512 bytes...
  6. D

    Proxmox 5.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    Hi everybody, If I understood correctly, every time I update my kernel, I have to redo the GRUB in this way: On a server installed in Legacy-mode: root@myserver:/boot# grub-install /dev/disk/by-id/scsi-33001438038d46e42-part2 && grub-install /dev/disk/by-id/scsi-33001438038d46e43-part2 On...
  7. D

    [SOLVED] zfs: cannot import rpool after reboot

    Thanks @fabian ! I'll try to do that and I'll let you know. So, another question please: Do you have any idea what my last question was on this post ? Thank you very much
  8. D

    [SOLVED] zfs: cannot import rpool after reboot

    Hi everybody, Anybody have any idea about my questions above ? Thanks
  9. D

    Proxmox 5.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    Hi everybody, Anybody have any idea about my question above ? Thanks
  10. D

    [SOLVED] zfs: cannot import rpool after reboot

    Hi everybody, I have the same problem that @Madhatter on a machine that I'm trying to integrate into my cluster ! I install Proxmox 5.1-3 from CD ROM and select zfs raid-1 storage type for rpool. Here is the specification of my server: Lenovo D30 32 Go RAM 24 x Intel(R) Xeon(R) CPU E5-2620...
  11. D

    Proxmox 5.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    Hi everybody, I just upgraded one of my cluster's server. Do I need to execute all of the above commands to update GRUB on the disks concerned ...or just: grub-install /dev/disk/by-id/scsi-33001438038d46e42-part2 && grub-install /dev/disk/by-id/scsi-33001438038d46e43-part2 ? Thanks
  12. D

    Change Virtio block bus/device for a existing VM disk to SCSI bus/device...

    Hi everybody, Thanks @fireon @Belokan ! I managed to change the bus/device of my VMs with the method given above. Thank you very much
  13. D

    Proxmox 5.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    Re, I found the solution HERE: a) edit /etc/default/grub and add "rootdelay=10" at GRUB_CMDLINE_LINUX_DEFAULT (i.e. GRUB_CMDLINE_LINUX_DEFAULT="rootdelay=10 quiet") and then issue a # update-grub b) edit /etc/default/zfs, set ZFS_INITRD_PRE_MOUNTROOT_SLEEP='4', and then issue a...
  14. D

    Proxmox 5.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    Sorry... I'm spending a lot of time on the problem and I'm starting to get a little tired... I actually forgot to format /dev/sdd ! It's OK now: root@myserver:~# mkfs.vfat -F32 /dev/sdd2 mkfs.fat 4.1 (2017-01-24) root@myserver:~# mount /dev/sdd2 /mnt/boot/efi root@myserver:~# grub-install...
  15. D

    Proxmox 5.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    Re, Thanks @fabian for your reply...I've an error when apply grub-install command. See below: [For disk number 1...] root@myserver:~# fdisk -l ... ... Disk /dev/sdd: 111.8 GiB, 120034123776 bytes, 234441648 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512...
  16. D

    Proxmox CEPH Cluster's Performance

    Hi everybody, I'm here to give you my news... I managed to do my Proxmox VE 5.1 installation on my HP Smart array P440ar controller in HBA mode (read my post at HP for the transition to HBA mode). For my another server with HP Smart array P410i it is not possible to switch it to HBA mode, i...
  17. D

    Proxmox 5.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    Re, It's OK now ...thanks you @fabian ! Here's what I did: [Allow the Proxmox distribution to boot...] +++++ After boot...Into busybox / initramfs +++++ / # zpool import -N -f rpool / # exit ... ... The system boot... .. .. +++++ After system ready +++++ root@myserver:~# zpool status...
  18. D

    Proxmox 5.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    Re, Thanks @fabian for your reply...I tried to come over and keep you informed ;) See you later !
  19. D

    Change Virtio block bus/device for a existing VM disk to SCSI bus/device...

    Hi @fireon ! Thanks for your reply. My VM is a Debian VM and not Windows ;) Do you know how i can detach the main disk from Proxmox GUI to change the bus/device ? Thanks
  20. D

    Proxmox 3.4 won't boot on ZFS and 440AR in HBA mode (HP GL380 Gen9 server)

    Hi everybody, I have the same problem as mentioned above and so I created a new post on the forum. See: https://forum.proxmox.com/threads/proxmox-5-1-wont-boot-on-zfs-and-440ar-in-hba-mode-hp-dl380-gen9-server.40735/ Thanks in advance for the help you could give me ;)