I have noticed a sequence of this messages in my logs:
Oct 27 02:20:38 kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Oct 27 02:20:38 kernel: sd 0:0:0:0: [sda] Stopping disk
Oct 27 02:20:38 kernel: sd 0:0:0:0: [sda] Starting disk
Oct 27 02:21:13 kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Oct 27 02:21:13 kernel: sd 0:0:0:0: [sda] Stopping disk
From this, I understand that every minute my disks are waking up. Because this happens in a server that is very poorly used, I'd like to reduce the number of times my disks are waken up to the minimum. Does anybody know any way to do that? Regards.