Wei Zhou
Wei Zhou
> sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper > sudo: a password is...
> 2024-04-12 09:34:01,056 DEBUG [c.c.u.s.SSHCmdHelper] (qtp239372207-305:ctx-ee051bc3 ctx-b69a7b97) (logid:3616be44) SSH command: sudo /usr/share/cloudstack-common/scripts/util/keystore-setup /etc/cloudstack/agent/agent.properties /etc/cloudstack/agent/ > SSH command output:Failed to generate CSR file, retrying after removing existing settings > Reverting libvirtd...
> @weizhouapache Below given full log of management server while adding an host.. > > tail -f /var/log/cloudstack/management/management-server.log > > ``` > 2024-04-12 11:48:39,663 DEBUG [c.c.u.s.SSHCmdHelper] (qtp239372207-304:ctx-e8455b79 ctx-8e6fb9a4) (logid:c5b46620) SSH...
> @weizhouapache , can you approve of this solution? @DaanHoogland I am working on other stuff, I will look into it
> @weizhouapache were you able check this? @shwstppr sorry I could not find time for this.
this looks like a polishing a better name might be "CPU weight factor" maybe we can fix it together with #6744
@shwstppr it has never been a bug I think. but it confused many users. it can be improved by UI polish and doc changes.
@Hudratronium it is normal you cannot find related records in domain_vlan_map or account_vlan_map. can you share the result of the following mysql query ? select public_ip_address,state,forsystemvms,user_ip_address.removed from user_ip_address join vlan...
looks good @Hudratronium What about the following query? (copied from your log) If it returns empty, try without some of the conditions ``` SELECT user_ip_address.* FROM user_ip_address INNER JOIN vlan...
@Hudratronium so it looks the intended Ips (10.129.0.10-10.129.0.19) donot belong to the vlans (3,10,13,14). the vlans are returned by ``` SELECT vlan.id, vlan.vlan_id, vlan.vlan_gateway, vlan.vlan_netmask, vlan.ip6_gateway, vlan.ip6_cidr, vlan.data_center_id, vlan.ip4_range, vlan.ip6_range,...