This VPS was more or less idle during the days when this happened. The host (Scaleway) did not perform any maintenance or upgrades during this time, nor did I interact with the VPS directly or through the control panel. Automatic updates are disabled. The OS is Debian 10.
To me it looks like a networked filesystem was mounted for my VPS to access and enabled through some auto-discovery or similar, but I might be wrong. Is it perhaps the other way around, that the hypervisor/host somehow initiated my VPS to provide its storage over network for them to access? I understand they own the storage and can already access it in other ways.
This is what popped up in dmesg:
[3240105.606997] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: [email protected]
[3240107.026053] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[3240107.066073] JFS: nTxBlock = 8192, nTxLock = 65536
[3240107.129470] QNX4 filesystem 0.2.3 registered.
[3240107.220733] raid6: sse2x1 gen() 5791 MB/s
[3240107.296739] raid6: sse2x1 xor() 4571 MB/s
[3240107.364749] raid6: sse2x2 gen() 9875 MB/s
[3240107.432744] raid6: sse2x2 xor() 5724 MB/s
[3240107.508740] raid6: sse2x4 gen() 11442 MB/s
[3240107.576734] raid6: sse2x4 xor() 6423 MB/s
[3240107.644738] raid6: avx2x1 gen() 11982 MB/s
[3240107.720722] raid6: avx2x1 xor() 6473 MB/s
[3240107.788733] raid6: avx2x2 gen() 13211 MB/s
[3240107.856730] raid6: avx2x2 xor() 7007 MB/s
[3240107.928766] raid6: avx2x4 gen() 14601 MB/s
[3240107.996734] raid6: avx2x4 xor() 7916 MB/s
[3240107.997462] raid6: using algorithm avx2x4 gen() 14601 MB/s
[3240107.998403] raid6: .... xor() 7916 MB/s, rmw enabled
[3240107.999125] raid6: using avx2x2 recovery algorithm
[3240108.008931] xor: automatically using best checksumming function avx
[3240108.111246] Btrfs loaded, crc32c=crc32c-intel
[3240108.129825] fuse init (API version 7.27)
Edit: title and premise is probably a misunderstanding on my behalf. What appears to be happening is that either the kernel for some reason suddenly loaded a few storage-related modules, or perhaps new hardware was connected to the host server while running.