meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vm:proxmox:issues [2020/04/26 20:11] – created niziak | vm:proxmox:issues [2024/03/26 19:39] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Issues ====== | ====== Issues ====== | ||
| + | |||
| + | |||
| + | ===== run replication first ===== | ||
| + | |||
| + | < | ||
| + | TASK ERROR: snapshot ' | ||
| + | </ | ||
| + | |||
| + | Job was previously (months ago) removed but stuck in '' | ||
| + | It looks like jobs must be enabled to perform delete remote snapshots. | ||
| + | Snapshots was deleted months ago, so only '' | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | Or remove jobs from file ''/ | ||
| + | |||
| + | |||
| + | ===== Permission denied (os error 13) ===== | ||
| + | During CT backup: | ||
| + | < | ||
| + | INFO: Error: unable to create backup group "/ | ||
| + | </ | ||
| + | |||
| + | **Solution: | ||
| + | |||
| + | ===== Full clone feature is not supported for drive ' | ||
| + | Try to clone machine from snapshot. | ||
| + | Selecting snapshot ' | ||
| + | |||
| + | **REASON:** | ||
| + | * It is not possible to clone disk from ZFS snapshot. It is not possible to easily and safe mount ZFS snapshot as block device to get it as source of clone. | ||
| + | * [[https:// | ||
| + | * It will work with: LVM, CEPH, QCOW2 images | ||
| + | |||
| + | |||
| + | ===== Replication Job: 151-1 failed ===== | ||
| + | < | ||
| + | |||
| + | '' | ||
| + | '' | ||
| + | |||
| + | ===== The current guest configuration does not support taking new snapshots ===== | ||
| + | |||
| + | LXC container created on '' | ||
| + | It is becasue '' | ||
| + | Solution is to move from '' | ||
| + | |||
| + | |||
| + | ===== TASK ERROR: VM is locked (clone) ===== | ||
| + | <code bash>qm unlock 105</ | ||
| + | |||
| + | ===== No CIFS storage after few days ===== | ||
| + | See below. | ||
| + | |||
| + | ===== TASK ERROR: start failed: org.freedesktop.systemd1.NoSuchUnit: | ||
| + | * **Reason**: tmpfs ''/ | ||
| + | * Bugs: | ||
| + | * [[https:// | ||
| + | * Workaround proposal: [[https:// | ||
| + | |||
| + | < | ||
| + | --- /run/samba | ||
| + | /.. | ||
| + | 2,8 GiB [########## | ||
| + | 444,0 KiB [ ] gencache_notrans.tdb | ||
| + | 4,0 KiB [ ] names.tdb | ||
| + | </ | ||
| + | |||
| + | Workaround is to clean '' | ||
| + | |||
| + | <file yaml samba-cleanup.yml> | ||
| + | - name: PVE | cron | samba-cleanup | ||
| + | become: yes | ||
| + | cron: | ||
| + | name: "Clean / | ||
| + | user: root | ||
| + | special_time: | ||
| + | job: "find / | ||
| + | state: present | ||
| + | </ | ||
| + | |||
| ===== no CT network connectivity after migration ===== | ===== no CT network connectivity after migration ===== | ||
| - | Network works only when running on node which has been **created**. | ||
| - | * Check switch MAC security | + | ==== 1 config |
| + | |||
| + | Config generated by Proxmox 6 Web UI. | ||
| + | |||
| + | Main network 192.168.64.0 and VLAN 28 network works OK. | ||
| + | No connectivity from VMs/CT connected to '' | ||
| + | |||
| + | <file | / | ||
| + | auto lo | ||
| + | iface lo inet loopback | ||
| + | |||
| + | iface enp34s0 inet manual | ||
| + | |||
| + | auto vmbr0 | ||
| + | iface vmbr0 inet static | ||
| + | address 192.168.65.123/ | ||
| + | gateway 192.168.64.1 | ||
| + | bridge-ports enp34s0 | ||
| + | bridge-stp off | ||
| + | bridge-fd 0 | ||
| + | bridge-vlan-aware yes | ||
| + | bridge-vids 2-4094 | ||
| + | network 192.168.64.0 | ||
| + | |||
| + | auto admin | ||
| + | iface admin inet static | ||
| + | address 192.168.28.232/ | ||
| + | vlan-id 28 | ||
| + | vlan-raw-device enp34s0 | ||
| + | #ADMIN vlan | ||
| + | </ | ||
| + | |||
| + | ==== 2 config ==== | ||
| + | |||
| + | Config copied from another proxmox machine where everything works ok. | ||
| + | On this machine works only connectivity with 192.168.64.0. Packets from VLAN28 are dropped on '' | ||
| + | < | ||
| + | # the PVE managed interfaces into external files! | ||
| + | |||
| + | source / | ||
| + | |||
| + | auto lo | ||
| + | iface lo inet loopback | ||
| + | |||
| + | iface enp34s0 inet manual | ||
| + | |||
| + | auto vmbr0.28 | ||
| + | iface vmbr0.28 inet static | ||
| + | address 192.168.28.232 | ||
| + | netmask 255.255.252.0 | ||
| + | # gateway 192.168.28.1 | ||
| + | |||
| + | auto vmbr0 | ||
| + | iface vmbr0 inet static | ||
| + | address 192.168.65.123/ | ||
| + | network 192.168.64.0 | ||
| + | gateway 192.168.64.1 | ||
| + | bridge-ports enp34s0 | ||
| + | bridge-stp off | ||
| + | bridge-fd 0 | ||
| + | bridge-vlan-aware yes | ||
| + | </ | ||
| + | |||
| + | On first system where everything works well: | ||
| + | < | ||
| + | 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/ | ||
| + | Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8111/ | ||
| + | Flags: bus master, fast devsel, latency 0, IRQ 17 | ||
| + | I/O ports at e000 [size=256] | ||
| + | Memory at f7c04000 (64-bit, prefetchable) [size=4K] | ||
| + | Memory at f7c00000 (64-bit, prefetchable) [size=16K] | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Kernel driver in use: r8169 | ||
| + | Kernel modules: r8169 | ||
| + | |||
| + | [ 0.962343] r8169 0000: | ||
| + | [ 0.963002] r8169 0000: | ||
| + | [ 0.970877] r8169 0000: | ||
| + | |||
| + | </ | ||
| + | |||
| + | 2nd system where there is problem with bridge and vlans: | ||
| + | |||
| + | < | ||
| + | 22:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/ | ||
| + | Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8111/ | ||
| + | Flags: bus master, fast devsel, latency 0, IRQ 35 | ||
| + | I/O ports at f000 [size=256] | ||
| + | Memory at f7504000 (64-bit, non-prefetchable) [size=4K] | ||
| + | Memory at f7500000 (64-bit, non-prefetchable) [size=16K] | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Capabilities: | ||
| + | Kernel driver in use: r8169 | ||
| + | Kernel modules: r8169 | ||
| + | [ 1.172620] r8169 0000: | ||
| + | [ 1.173050] r8169 0000: | ||
| + | [ 1.184003] r8169 0000: | ||
| + | </ | ||