cc20110101 commented on issue #7935:
URL: https://github.com/apache/cloudstack/issues/7935#issuecomment-1704066466
Because the root directory is not enough space, the establishment /home is
modified; Sytemvm is also abnormal without modification
[root@management2 agent]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 32G 0 32G 0% /dev
tmpfs 32G 0 32G 0% /dev/shm
tmpfs 32G 19M 32G 1% /run
tmpfs 32G 0 32G 0% /sys/fs/cgroup
/dev/mapper/centos_management2-root 50G 5.9G 45G 12% /
/dev/sda2 1014M 286M 729M 29% /boot
/dev/mapper/centos_management2-home 3.6T 629M 3.6T 1% /home
192.168.221.107:/home/nfsdata/primary 3.6T 29G 3.6T 1%
/mnt/23e1c3ea-1865-3f13-9d96-0f8417de522d
tmpfs 6.3G 0 6.3G 0% /run/user/0
[root@management2 agent]#
[root@management2 agent]#
[root@management2 agent]# grep var *
environment.properties:paths.pid=/var/run
[root@management2 agent]# grep home *
agent.properties:direct.download.temporary.download.location=/home/cloudstack-agent/libvirt/images
agent.properties:qemu.sockets.path=/home/cloudstack-agent/libvirt/qemu
agent.properties:local.storage.path=/home/cloudstack-agent/libvirt/images/
log4j-cloud.xml: <param name="FileNamePattern"
value="/home/log/cloudstack/agent/agent.log.%d{yyyy-MM-dd}.gz"/>
log4j-cloud.xml: <param name="ActiveFileName"
value="/home/log/cloudstack/agent/agent.log"/>
[root@management2 agent]# grep var /etc/cloudstack/agent/agent.properties
[root@management2 agent]# grep home /etc/cloudstack/agent/agent.properties
direct.download.temporary.download.location=/home/cloudstack-agent/libvirt/images
qemu.sockets.path=/home/cloudstack-agent/libvirt/qemu
local.storage.path=/home/cloudstack-agent/libvirt/images/
[root@management2 agent]#
> ```
> Sep 03 01:12:04 management1.inspur.com java[2720]:
2023-09-02T17:12:04.518742Z qemu-kvm: -chardev
socket,id=charchannel0,path=/home/cloudstack-agent/libvirt/qemu/s-58-VM.org.qemu.guest_agent.0,server,nowait:
chardev: opening backend "socket" failed
> ```
>
> Normally the path is `/var/lib/libvirt/qemu`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]