Search results

  1. K

    [SOLVED] mount nfs4 share from openmediavault issue

    got a strange issue while mount nfs share from omv. both PVE and OMV has been upgraded to latest version. nfs options rw,subtree_check,insecure,no_root_squash,anonuid=100,anongid=100 , nfs client has all pve node's ip address included, even try whole lan subnets. what should I do to make...
  2. K

    [SOLVED] Can't Use NFS Share

    in pve 7 and omv 6, do not specify nfs v4 or later version while mouting. only `default` version works. it will be connected as v3. omv is a little bit strange on this. https://docs.openmediavault.org/en/6.x/administration/services/nfs.html#clients
  3. K

    VM freezes irregularly

    I thought 5.15.64-1 is stable enough (pbs vm is up for 13 days with some backup jobs), so create a new debian vm, while pulling docker images, kernel panic got me.o_O
  4. K

    VM freezes irregularly

    n5105. 5.15.64-1: pbs vm(with same latest kernel) and debian vm(cloud kernel 5.10.0-19) up for 7 days, still ok. these 2 vms up for 5 days with previous 5.15.60-2, until I upgrade kernel and reboot host. with 5.15.60-1 above VMs will hang up in 1 day.
  5. K

    [SOLVED] pbs will keep only 1 backup if job set to keep x month/days

    no retention policy in pve/storage or pbs/storage. only setup retention in backup jobs. today notice job with keep 3 months will only keep the last one (previous one will be removed). then test 90 days, same behavior. now change to keep last xxx backup count, this option is horned by pbs. also...
  6. K

    setup a vm backup plan to repeat every 7 days

    pbs stores backup as "chunk" files, backups will process as incremental. just setup verify job and keep x backups.
  7. K

    How to restore backup from PVS to physical host system?

    just tested today, failed to restore whole pve host. (seems it's because this feature is not ready yet.) fyi: 1) login to pbs store proxmox-backup-client login --repository pbs-host:store-name <enter password> 2) specify pbs repo info to bashrc. export PBS_REPOSITORY=pbs-host:store-name 3) to...
  8. K

    VM freezes irregularly

    this time, freezed within 24 hours, while the guest freezed, the traffic is about 900KB/s in and out. cpu is lower than 10%. migrate dockers to lxc container again.
  9. K

    VM freezes irregularly

    with these combo, debian vm lives about 2 days now is still good. host kernel Edge 5.19.8-1 host os install latest cpu microcode install backports kernel 5.18 to guest debian vm
  10. K

    VM freezes irregularly

    memory should be ok, it memory has problem, windows guest should die like debian guest.
  11. K

    VM freezes irregularly

    after upgraded to 5.19.7-1, pve died once (cpu is not busy at that moment), debian guest vm freezed once in 8 hours. changed guest cpu type from 'host' to 'kvm64', hope that will last longer.
  12. K

    VM freezes irregularly

    2 debian vms did not freeze in 24 hours, at before they won't make it. just upgraded to 5.19.7-1.
  13. K

    VM freezes irregularly

    alright, I've just installed kernel 5.19.6-1, and started 2 debian VMs.
  14. K

    VM freezes irregularly

    5.15.39-4-pve, but #206 said the problem still exist with edge kernel. and I've migrated all containers to a LXC container.
  15. K

    VM freezes irregularly

    n5105 pve host running 3 vms: debian 11 with some containers in it. win 7 vm win10 vm win 7 & win 10 vm are very stable, while the debian vm keep freezed in randomly time. logged in kdump RIP: 0010:asm_exc_page_fault+0x0/0x30 while the same vm was very stable in previous j3455 pve host.
  16. K

    [SOLVED] pve node and vm marked as question in web ui

    thanks, restart pvestat service makes it back to normal. reason might be concurrent backup jobs makes target storage too busy : https://forum.proxmox.com/threads/limit-concurrent-tasks.93120/#post-483297
  17. K

    [SOLVED] pve node and vm marked as question in web ui

    thanks, can it be restore to normal stat without system reboot?
  18. K

    [SOLVED] pve node and vm marked as question in web ui

    other 4 nodes did not have this problem, just node 3 . root@pve-3:~# pveversion -v proxmox-ve: 7.2-1 (running kernel: 5.15.39-1-pve) pve-manager: 7.2-7 (running version: 7.2-7/d0dd0e85) pve-kernel-5.15: 7.2-6 pve-kernel-helper: 7.2-6 pve-kernel-5.15.39-1-pve: 5.15.39-1 pve-kernel-5.15.35-3-pve...