Can't Bootstrap the Node. Upgrade from Percona Xtradb Cluster 5.7 to 8.0

Hi is there someone who have an idea regarding these errors.

Tried to upgrade from Percona Xtradb Cluster 5.7 to 8.0. But I can’t bootstrap the first node. These error shows in my log.

2025-02-06T06:12:06.074451Z 5 [ERROR] [MY-012592] [InnoDB] Operating system error number 2 in a file operation.
2025-02-06T06:12:06.074478Z 5 [ERROR] [MY-012593] [InnoDB] The error means the system cannot find the path specified.
2025-02-06T06:12:06.074487Z 5 [ERROR] [MY-012216] [InnoDB] Cannot open datafile for read-only: './provisioning_lookup_tables/FTS_00000000000029ad_BEING_DELETED.ibd' OS error: 71
2025-02-06T06:12:06.074533Z 5 [ERROR] [MY-012592] [InnoDB] Operating system error number 14 in a file operation.
2025-02-06T06:12:06.074543Z 5 [ERROR] [MY-012596] [InnoDB] Error number 14 means 'Bad address'
2025-02-06T06:12:06.074555Z 5 [ERROR] [MY-012646] [InnoDB] File (unknown): 'file_status_posix_stat' returned OS error 114.
2025-02-06T06:12:06.074567Z 5 [ERROR] [MY-012119] [InnoDB] Cannot rename '(null)' to './provisioning_lookup_tables/fts_0000000000002dad_being_deleted.ibd' for space ID 10547 because the target file exists. Remove the target file and try again.
2025-02-06T06:12:06.074585Z 5 [ERROR] [MY-010767] [Server] Error in fixing SE data for provisioning_lookup_tables.MobilePlan

Additional Errors:

Do you have SElinux enabled? If so, set to PERMISSIVE and try again. Look at dmesg too.

Hi @matthewb SElinux isn’t enabled.

Also, here is the result for dmesg
image

Ok, you’re not on RHEL-based OS, you’re on Debian/Ubuntu. Look for apparmor. Look at dmesg without any grepping/filtering. You’re looking for reasons why PXC can’t open these files.

Is the datadir mounted on a NFS/SMB share? What filesystem?