@marcoshaw Running PXC inside a chroot is unsupported and the behavior is unknown. You would need to configure the PMM client to connect to your PXC nodes via TCP and not using socket (the default). That’s probably the issue. Each PXC node should be listening on TCP:3306 like normal, so use the options of the pmm-admin tool to add a client connecting to your localhost address over 3306.