Search results

  1. Z

    migrate container from one node to another

    I have a problem with migrating container from one node to another. I try to migrate container from pve 7.4-3 to pve 8.1.3 My steps: 1. Make a backup on old node 2. Transfer backup to new node 3. Restore backup on new node (local-zfs) After that container start normally on new node. But I have...
  2. Z

    replace node in a cluster

    I need to raplce one node in a cluster. My plan is turn off old_node, remove it from cluster, than add new_node. My question is can i use the same address and hostname on the new node as on the old one?
  3. Z

    [SOLVED] problem with create container or vm

    thank you, after update all works fine
  4. Z

    [SOLVED] problem with create container or vm

    root@prox2:~# apt update Hit:1 http://ftp.ru.debian.org/debian bullseye InRelease Get:2 http://ftp.ru.debian.org/debian bullseye-updates InRelease [36.8 kB] Hit:3 http://security.debian.org bullseye-security InRelease Fetched 36.8 kB in 1s (50.1 kB/s) Reading package lists... Done Building...
  5. Z

    [SOLVED] problem with create container or vm

    proxmox-ve: 7.0-2 (running kernel: 5.11.22-1-pve) pve-manager: 7.0-8 (running version: 7.0-8/b1dbf562) pve-kernel-5.11: 7.0-3 pve-kernel-helper: 7.0-3 pve-kernel-5.11.22-1-pve: 5.11.22-2 ceph-fuse: 15.2.13-pve1 corosync: 3.1.2-pve2 criu: 3.15-1+pve-1 glusterfs-client: 9.2-1 ifupdown2...
  6. Z

    [SOLVED] problem with create container or vm

    I connect iscsi storage, make lvm, than create container on that storage. All ok. After that I deleted container and try to create new one. But i received error: WARNING: ext4 signature detected on /dev/lvmgr1-prox-zvol1/vm-119-disk-0 at offset 1080. Wipe it? [y/n]: [n] Aborted wiping of ext4...
  7. Z

    [SOLVED] lxc container backup suspend mode exit code 23

    rsync: [generator] set_acl: sys_acl_set_file(var/log/journal, ACL_TYPE_ACCESS): Operation not supported (95) rsync: [generator] set_acl: sys_acl_set_file(var/log/journal/64cffbdcdc0c462b8dab986582a1a7bb, ACL_TYPE_ACCESS): Operation not supported (95) rsync: [receiver] set_acl...
  8. Z

    [SOLVED] lxc container backup suspend mode exit code 23

    root@prox1-ftm:~# vzdump 101 --mode suspend --storage local --compress lzo --node prox1-ftm --remove 0 INFO: starting new backup job: vzdump 101 --mode suspend --storage local --remove 0 --node prox1-ftm --compress lzo INFO: filesystem type on dumpdir is 'zfs' -using /var/tmp/vzdumptmp510946_101...
  9. Z

    [SOLVED] lxc container backup suspend mode exit code 23

    if i try make backup a lxc container in suspend mode i've got this error: command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --sparse --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/295998/root//./...
  10. Z

    Proxmox cluster HA containers

    I've installed proxmo cluster HA with 2 nodes (node1, node2). create shared storage for both nodes (nfs). I've intalled ubuntu container on shared storage on node 1. And on node1 all works fine. Then i try migrate container to node2 and it's ok, but when i try start container i receive error...