You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
We are running Flashcache on a server with the following disk configuration:
2 x SATA 2TB Drives -> 1 x Linux RAID0 -> Flashcache SSD (120GB)
So we have 2x SATA drives, made into a Linux software RAID 1 and then Flashcache sitting on top of that.
The server is running a virtualisation kernel (OpenVZ) and was compiled against that source.
In the /var/log/messages log we are often getting messages like:
EXT4-fs error (device dm-3): ext4_mb_generate_buddy: EXT4-fs: group 13888: 23881 blocks in bitmap, 23882 in gd
dm-3 is the SSD caching device. It is set as a caching device without any partitions.
Hi,
We are running Flashcache on a server with the following disk configuration:
2 x SATA 2TB Drives -> 1 x Linux RAID0 -> Flashcache SSD (120GB)
So we have 2x SATA drives, made into a Linux software RAID 1 and then Flashcache sitting on top of that.
The server is running a virtualisation kernel (OpenVZ) and was compiled against that source.
In the /var/log/messages log we are often getting messages like:
EXT4-fs error (device dm-3): ext4_mb_generate_buddy: EXT4-fs: group 13888: 23881 blocks in bitmap, 23882 in gd
dm-3 is the SSD caching device. It is set as a caching device without any partitions.
Any ideas?
Many Thanks,
Mark