Can't start MySQL on a node after reboot

Hello,
Did some OS patching on one of our MySQL percona nodes and for some reason I can’t start MySQL. Here is what I get

Job mysql.service/start failed with result ‘dependency’.
Dependency failed for Percona XtraDB Cluster.

When I check our mysqld.log it only has the last shutdown message so not sure what else to check here. Haven’t really had this issue before so not sure why suddenly it’s not starting.

doing a service mysql start for command.

Running MySQL 8/Percona 8x cluster

1 Like

Seemed to have figured this out. When MySQL starts it was checking a remote fs location to make sure it was there before it would start. Because this was a clone of prod system and it was a location that wasn’t accessible anymore. We commented those lines out of the FSTAB. Now it started without issue. Test shouldn’t have that anyhow. All good

1 Like