To verify khepri is used, use `rabbitmqctl list_feature_flags` and check kepri_db's flag status.
You can also run `rabbitmq-diagnostics metadata_store_status`. It'll provide Khepri cluster details if Khperi is enabled
or just answer "mnesia is used" if Khepri is disabled.
As for the paths - they don't change just because Khepri is enabled. The paths and the metadata store used are completely separate things.
The "mnesia" folder is a historical artifact we might clean up at some point, but it's risky, since a node startup would need to move files
around, which may lead to all kinds of issues. Quite likely the "mnesia" part will disappear from new clusters in the future, but will remain
for clusters upgraded from older versions. Just speculation though, we don't have any detailed plans for addressing this.
Somewhere (based on your installation method and settings) within your data folder. there's a "coordination" folder.
That's where Khepri's data reside.