I just encounter this same messages again, in my case, this is due to CentOS 6.x filesystem corruption, and need to run fsck command manually. So, I change this VM Display to "Serial terminal 0", and then reboot, then I can see the more console message, and input the root password to into the...
Hi, everyone, I just tested to import one VM(2TB disk, real data size ~200G) from another ESXi 7.0.2 (free), but this time the VM was shutdown, and the migratgion take 6 hours and succeed(network bandwidth ~105M/s), here is the log:
transferred 0.0 B of 128.0 KiB (0.00%)
transferred 128.0 KiB...
Hi, everyone, I just update two PVE servers to kernel: 6.8.4-2-pve version, and one of PVE server encounter USB device issue:
# pveversion
pve-manager/8.2.2/9355359cd7afbae4 (running kernel: 6.8.4-2-pve)
# dmesg |grep "usb 2-1.6"
[ 3.474356] usb 2-1.6: new full-speed USB device number 5...
Hi, everyone, I just try to import one VM from ESXi 7.0.0 (free) but failed, here is the log:
create full clone of drive (vmware9524:ha-datacenter/datastore1/HERO02/HERO02.vmdk)
transferred 0.0 B of 584.0 MiB (0.00%)
transferred 6.0 MiB of 584.0 MiB (1.03%)
transferred 12.0 MiB of 584.0 MiB...
because I will still need the snapshot to run rsync later, even when I restored VM from backup, I need to keep the same data till I can run latest rsync. The data is over 2TB, it is not easy.
I find the way to do:
# zfs snapshot pool/vm-100-disk-0@mysns
# zfs set snapdev=visible pool/vm-100-disk-0
after that, the devices of this snapshot will show under /dev/zvol/pool/
# /dev/zvol/pool/vm-100-disk-0@mysns -> ../../zd0
# /dev/zvol/pool/vm-100-disk-0@mysns-part1 -> ../../zd0p1
when...
Hi, everybody,
I am tring to migrate one VM from ZFS disk to LVM disk, I can dd clone the full ZFS disk, but this VM is running, so I like to create a snapshot for this ZFS disk first, but I can not find the way to access the device path of this snapshot. Could you please tell us how to copy...
@Stoiko Ivanov , thanks very much. I just tried, and found there is new button named "Request Quarantine Link" showing in the login page now, click this button will popup a input window, just input the email address and then click "Ok", this email address received an email with subject: "Proxmox...
Hi, I just installed ProxMox 8.0.2 with ISO using legacy BIOS, and root filesystem on ZFS mirror, after installed, I change BIOS to UEFI, but ProxMox boot failed, it show the message: Not bootable device ...
This is very interesting question, I also want to know if possible to relay unknow domain on the incomming port 25 ? At first i thought the "Default Relay" could do this, but after testing I found it is not.
The "pve-firewall restart" will also not reset the established connections, but you may try the conntrack command to check and flush current established connections:
conntrack -L
conntrack -F
Never disable that rule, its basic and important rule. If you really need to disable ping immediately,just add policy to drop ping and make that rule on the top.
Hi, if you keep pinging, the traffice will be allowed by the iptables RELATED,ESTABLISHED state policy rule, you should try stop the ping for a while after firewall rules changed. You may see this policy with command: iptables -n -v -L PVEFW-HOST-IN
Hi, I just encounter this issue in PVE 6.4-15, I have 5 nodes in cluster, found only one node got "permission denied", can not read stat from all the other nodes, I can till login this node directly, but can not read all the other nodes's stata from this node too. So I check the pveproxy...
Hi, @fabian , thanks for your reply. I found the "SMURFS filter" option in Firewall of Host node. I also added the "nf_conntrack_allow_invalid: 1" into /etc/pve/nodes/NODE/host.fw
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.