Recent content by Comune di Levico Terme

  1. C

    Manage VM startup and shutdown order at cluster level.

    Thank you for your response. Yes, HA is a great thing for all that kind of situation where a server/service has to stay up in "any case" and, as you said, it cannot tightly control in which order guests are started though. Anyway, it's another layer to configure and mantain. The solution to...
  2. C

    Manage VM startup and shutdown order at cluster level.

    Hello and happy new year! I read the documentation related to automatic startup and shutdown for the virtual machine here https://pve.proxmox.com/pve-docs/chapter-qm.html#qm_startup_and_shutdown I have a cluster with 4 nodes and about 10 virtual machine per node. After many try, I realized...
  3. C

    VM starting error if conf has a lot of entries since latest update

    Is it possible to modify the default timeout (30 seconds) used for start a virtual machine directly from the Web GUI ? Or setting the parameter directly into the single virtual machine config file ?
  4. C

    VM starting error if conf has a lot of entries since latest update

    Hi, I have the same problem menthioned by @Erik_ch. I have a machine with 25 network interfaces. I tried to start the VM with --timeout 300 parameter and the VM start correctly. The VM need about 45 seconds to start.
  5. C

    Single-file restore and LVM

    Thank's Stefan for the suggestion, now executing proxmox-file-restore exit this message: CID '10' in use by other VM, attempting next one CID '11' in use by other VM, attempting next one CID '12' in use by other VM, attempting next one Error: starting VM timed out I think the problem depends on...
  6. C

    Single-file restore and LVM

    I tried this: export PBS_PASSWORD="MyPassword" export PBS_REPOSITORY="backup@pbs@MyIpAddress:storage1" proxmox-file-restore list vm/105/2021-09-20T13:28:53Z /drive-virtio0.img.fidx/ the command returns this certificate validation failed - Certificate fingerprint was not confirmed...
  7. C

    Single-file restore and LVM

    After upgrading PVE from 6.4.13 to PVE 7.0-11 the "file restore" feauture is not working at all. Using PVE 6.4.13 the "file restore" features was working apart restoring from a file system with LVM (but probably this is "normal" after reading the thread !) This is the error that appear on "File...
  8. C

    PVE7 - Ceph 16.2.5 - Pools and number of PG

    Have you just read this https://docs.ceph.com/en/mimic/rados/operations/placement-groups/#Data-durability ? To calculate the right PG you must specify the size of the pool (the replica number)
  9. C

    5.3 and cephfs on external ceph cluster

    Thanks ! Here the same problem, resolved with the ceph repo from proxmox.
  10. C

    How to manage spam/ham with sa-learn

    ATTENTION: Proxmox does not recommend any solution similar to the following. If updates PMG this solution may stop working. In Any Case ... -------------------------------------------- The basic idea is to make sure that spamassasin auto-train based on the spam messages that users move in...
  11. C

    How to manage spam/ham with sa-learn

    And without create mailbox ? I found these solution: http://gtmp.org/doku.php?id=publications:sa-postfix-en It's possible use these solution with Proxmox Mail Gateway ? Thank you.
  12. C

    How to manage spam/ham with sa-learn

    Hy, it 'a bit of time I'm trying to figure out if it is possible to handle spam / ham like this: - Sending a message to an address spam to report a message as spam - Sending a message to an address ham to report a message as ham I'm currently using Zimbra as e-mail system. In the past I...
  13. C

    ProxMox v1.5 with Gluster storage system

    Thank for your reply. Actually I'm only testing the glusterfs for VM storage and, for my necessity, the performance are acceptable. BUT, actualy there are some problem that must be resolved from Gluster. I found these http://gocept.wordpress.com/2011/06/27/no-luck-with-glusterfs/ , here AB...
  14. C

    ProxMox v1.5 with Gluster storage system

    No, I'm not using gfs2... I have read only the documentation :-| I can give you some information of glusterfs: - not use metadata to store information of filesystem - it's a distributed filesystem - file stored directly on the filesystem of the every node used as a brick (you can access, for...