In my setup, I have one host with one pool.
Host Pool
xcpng01 xcpng01
xcpng02 xcpng02
dmesg shows no problem on both xcpng servers.
The space looks ok to me:
[13:43 xcpng01 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 637M 4.0K 637M 1% /dev
tmpfs 649M 132K 649M 1% /dev/shm
tmpfs 649M 9.2M 640M 2% /run
tmpfs 649M 0 649M 0% /sys/fs/cgroup
/dev/sda1 18G 11G 6.7G 61% /
xenstore 649M 0 649M 0% /var/lib/xenstored
/dev/sda5 3.9G 231M 3.4G 7% /var/log
/dev/mapper/XSLocalEXT--8e7231ff--ff9c--09d4--e3c9--11aef0a9a01d-8e7231ff--ff9c--09d4--e3c9--11aef0a9a01d 70G 24G 43G 36% /run/sr-mount/8e7231ff-ff9c-09d4-e3c9-11aef0a9a01d
tmpfs 130M 0 130M 0% /run/user/0
[13:46 xcpng02 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 2.0G 24K 2.0G 1% /dev
tmpfs 2.1G 400K 2.1G 1% /dev/shm
tmpfs 2.1G 11M 2.0G 1% /run
tmpfs 2.1G 0 2.1G 0% /sys/fs/cgroup
/dev/sda1 18G 7.3G 9.5G 44% /
xenstore 2.1G 0 2.1G 0% /var/lib/xenstored
/dev/sda5 3.9G 340M 3.3G 10% /var/log
tmpfs 411M 0 411M 0% /run/user/0
Does the following could point to something?
In /var/log/orchestra.log, the following messages are repeated continuously about every 2 minutes.
_watchEvents Error: HTTP connection has timed out
at ClientRequest.<anonymous> (/opt/xen-orchestra/node_modules/http-request-plus/index.js:49:23)
at ClientRequest.emit (node:events:513:28)
at ClientRequest.patchedEmit [as emit] (/opt/xen-orchestra/@xen-orchestra/log/configure.js:52:17)
at TLSSocket.emitRequestTimeout (node:_http_client:840:9)
at Object.onceWrapper (node:events:627:28)
at TLSSocket.emit (node:events:525:35)
at TLSSocket.patchedEmit [as emit] (/opt/xen-orchestra/@xen-orchestra/log/configure.js:52:17)
at TLSSocket.Socket._onTimeout (node:net:580:8)
at listOnTimeout (node:internal/timers:573:17)
at processTimers (node:internal/timers:514:7) {
originalUrl: 'https://192.168.9.90/jsonrpc',
url: 'https://192.168.9.90/jsonrpc',
call: {
method: 'event.from',
params: [ [Array], '00000000000014811213,00000000000014795804', 60.1 ]
}
}
_watchEvents Error: HTTP connection has timed out
at ClientRequest.<anonymous> (/opt/xen-orchestra/node_modules/http-request-plus/index.js:49:23)
at ClientRequest.emit (node:events:513:28)
at ClientRequest.patchedEmit [as emit] (/opt/xen-orchestra/@xen-orchestra/log/configure.js:52:17)
at TLSSocket.emitRequestTimeout (node:_http_client:840:9)
at Object.onceWrapper (node:events:627:28)
at TLSSocket.emit (node:events:525:35)
at TLSSocket.patchedEmit [as emit] (/opt/xen-orchestra/@xen-orchestra/log/configure.js:52:17)
at TLSSocket.Socket._onTimeout (node:net:580:8)
at listOnTimeout (node:internal/timers:573:17)
at processTimers (node:internal/timers:514:7) {
originalUrl: 'https://192.168.9.91/jsonrpc',
url: 'https://192.168.9.91/jsonrpc',
call: {
method: 'event.from',
params: [ [Array], '00000000000021389621,00000000000021275380', 60.1 ]
}
}
192.168.9.90 -> xcpng02
192.168.9.91 -> xcpng01