Search results

  1. D

    Proxmox 6.3 (qemu 5.1) nested live migration on Intel CPU

    Hello to all, on a cluster (nested mode enabled) with Proxmox 6.3 (Intel CPU) is it now possible to migrate in real time a VM that uses HOST cpu? If the cluster is set to use nested mode, but I use a different CPU type as HOST, the vmx functionality is not passed so can I hot migrate a VM...
  2. D

    ifupdown2: no network enable on reboot if purged ifupdown

    It's the same. If you purged ifupdown, you remove daemon autostart. When you force ifupdown2 "reinstall" AFTER ifupdown purge you re-enable the normal configuration.
  3. D

    ifupdown2: no network enable on reboot if purged ifupdown

    Thanks spirit ! I've tried on several servers to purge ifupdown (in state RC) and force reinstallation of ifupdown2. Works fine, simply reinstalling ifupdown2 enable networking daemon on boot, equivalent to "systemctl enable networking"
  4. D

    ifupdown2: no network enable on reboot if purged ifupdown

    Yes, after purge "ifupdown", networking.service is still available and running. The solution is..... force reinstall ifupdown2 after purging ifupdown. Now the system works correctly after reboot. Thanks !!!
  5. D

    ifupdown2: no network enable on reboot if purged ifupdown

    Hi all, I've installed ifupdown2 on Proxmox 6.2-11 (or 6.2-10 enterprise) and works fine. ifupdown2 remove ifupdown when installed and put the the package in 'rc' state. In this case the system works fine, ifupdown2 apply network config without reboot, etc. If I purged the rc package...
  6. D

    Proxmox 5.1 : zfs sync error

    OK, I've solved the problem. Node 1 and 2 are update and run with new kernel, node 3 update but run on old (5.0) kernel. I've seen zfs version is changed. After reboot node 3, all function fine ! Thanks !!!!
  7. D

    Proxmox 5.1 : zfs sync error

    Hi all !! On a 3 nodes cluster (locale storage in ZFS) on recent PX 5.1 I have this error: ********* 2017-10-24 16:04:00 100-0: start replication job 2017-10-24 16:04:03 100-0: guest => VM 100, running => 4587 2017-10-24 16:04:03 100-0: volumes => zfs-pool:vm-100-disk-1 2017-10-24 16:04:05...
  8. D

    Replication call qemu agent ?

    In Proxmox shell, if I call "qm agent <vmid> fs-freeze", I see VSS enable into Windows VM log. Seems qemu agent works very well
  9. D

    Replication call qemu agent ?

    No, no errors, seems works correctly, but I absolutely sure that VSS is not called.
  10. D

    Replication call qemu agent ?

    Yes I know, I said that badly. The VSS is not called (I have checked in Windows log) during the replication process, while if I explicit call fs-freeze in command line works... and logged in Windows log). Thanks
  11. D

    Replication call qemu agent ?

    Sorry, but it doesn't work. Windows VM with qemu agent installed (and drivers for serial communication), qemu agent flag is ON on options, after replication, if I start clone vm.... "windows is not shutting down properly"... the VSS seems not to work...
  12. D

    Replication call qemu agent ?

    Hi all, I've a very simple question. When I use zfs replication function, pve call qemu agent (if enable) to ensure the target storage (with VSS in Win VM) ? Very thanks Luca
  13. D

    Remove node and re-add to a cluster

    Yes, I'm on PVE 4.4. Very thanks Wolfgang
  14. D

    Remove node and re-add to a cluster

    Hi all, a simple question, only for security: A cluster with 4 nodes (proxmox1, proxmox2, proxmox3, proxmox4). I need to remove proxmox3, change same bad hardware in the node (local storage), than readd to cluster. 1) Poweroff proxmox3 (vm migration to others nodes) 2) Remove proxmox3 from...
  15. D

    ISCSI over ZFS on Nexentastor 5 (remove root access)

    I've tried to install Nexentastor CE 5 to use ISCSI over ZFS on enterprise solution. But.... I've discovered that Nexentastore release 5 has removed root account, low level access (on Nexentastor release 4 is possible to access low level command by a trik). I've tried to call the support: "yes...
  16. D

    Live storage migration

    Ohhh yesssss !!!!
  17. D

    Live storage migration

    Hi all ! Very thanks for Px 4.4 !!! I can see live storage migration is not (yet) implemented and the last notice is on 10 November. This function is "work in progress" ? Very thanks Luca
  18. D

    Qemu agent works on command line

    Absolutely.... THANKS !!!!!
  19. D

    Qemu agent works on command line

    Perfect. Pratically how can I send 'guest-fsfreeze-freeze' and 'guest-fsfreeze-thaw' to the VM ? OK I refer to the socket, but the qmp command ? Very thanks Luca
  20. D

    PVE-zsync && QEMU agent

    The qemu-agent uses has sense only in snapshots without ram copy. I need to clone the vm storage and the VSS uses (throught qemu-agent) is desirable specially for MsSQL and Exchange VM. Luca