Hi,
I run a Proxmox VE cluster with mostly VMs and they work very well. Recently I created 2 CTs, because I want to bind-mount some ZFS dataset from host to the CTs. The CTs seem to work as expected, except that there is often a delay of a few seconds after some command. Examples:
(1) ssh login (note: I checked ssh config, UseDNS and GSSAPIAuthentication is set to no):
(2) install some package
Any idea what I can try to debug this problem? I already did some disk io tests inside the CT, they seem to be ok.
I run a Proxmox VE cluster with mostly VMs and they work very well. Recently I created 2 CTs, because I want to bind-mount some ZFS dataset from host to the CTs. The CTs seem to work as expected, except that there is often a delay of a few seconds after some command. Examples:
(1) ssh login (note: I checked ssh config, UseDNS and GSSAPIAuthentication is set to no):
Code:
ssh -v root@192.168.110.201
.
.
Authenticated to 192.168.110.201 ([192.168.110.201]:22).
debug1: setting up multiplex master socket
debug1: channel 0: new [/Users/tony/.ssh/master-root@192.168.110.201:22]
debug1: channel 1: new [client-session]
debug1: Entering interactive session.
debug1: pledge: id
<delay 25-30secs>
debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug1: Remote: /root/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Remote: /root/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Sending environment.
debug1: Sending env LC_TERMINAL_VERSION = 3.4.8
debug1: Sending env LC_CTYPE = en_US.UTF-8
debug1: Sending env LC_TERMINAL = iTerm2
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending env LC_ALL = en_US.UTF-8
Linux ct-pbs 5.4.78-2-pve #1 SMP PVE 5.4.78-2 (Thu, 03 Dec 2020 14:26:17 +0100) x86_64
root@ct-pbs:~#
(2) install some package
Code:
apt install wget
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be upgraded:
wget
1 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
Need to get 964 kB of archives.
After this operation, 1024 B disk space will be freed.
Get:1 http://ftp.debian.org/debian bullseye/main amd64 wget amd64 1.21-1+deb11u1 [964 kB]
Fetched 964 kB in 0s (18.1 MB/s)
<delay 25-30secs>
Any idea what I can try to debug this problem? I already did some disk io tests inside the CT, they seem to be ok.