Bug #58434
Widespread metadata corruption
0%
Description
One of our CephFS volumes has become corrupt, with user files being substituted for each other with no clear pattern; eg User A's ~/.ssh/id_rsa, when read, may return the contents of another user's id_rsa; User B's id_rsa may return a different user's ~/.profile, etc. The returned data sometimes includes the contents of multiple files, and is interspersed with null bytes in some cases, which leads me to believe Ceph is retrieving the wrong raw data blocks rather than simply swapping file handles. This is of course causing a major security incident.
Please let me know what debug data would be useful. Thanks.
History
#1 Updated by Nathan Fish 2 months ago
Further evidence indicates the issue may not be with Ceph; possibly a bug in account management. Still investigating.
ACK. Please update the ticket when you have more information.
#2 Updated by Venky Shankar 2 months ago
Nathan Fish wrote:
Further evidence indicates the issue may not be with Ceph; possibly a bug in account management. Still investigating.
ACK. Please update the ticket when you have more information.
Nathan, ping?
#3 Updated by Nathan Fish 2 months ago
Venky Shankar wrote:
Nathan Fish wrote:
Further evidence indicates the issue may not be with Ceph; possibly a bug in account management. Still investigating.
ACK. Please update the ticket when you have more information.
Nathan, ping?
Sorry, didn't see your replies. A coworker has just tracked down the file overwrites to an old script in our account management system. I'm not sure how it managed to cause corruption looking exactly like a filesystem problem, but we can conclude it's not a CephFS issue.
Thanks.
#4 Updated by Venky Shankar 2 months ago
- Status changed from New to Rejected