We are receiving an InnoDB: Operating system error number 24 in a file operation error when we do an xtrabackup full back up.
in our db.cnf we have
open_files_limit=40960
the max file descriptors are set to on the linux erver
cat /proc/sys/fs/file-max
819200
Is there an xtrabackup command line parameter that will allow us to ignore 40960 in the db.cnf file. We do not want to update db.cnf file. Because the mysql is distributed as part of a vendor tool. The vendor takes responcibility for the database settings.