- Created a 6TB /srv volume with 4x 1536GB drives in RAID0
- 1536GB drives have the same theoritical performance limits as 2TB ones
- Used lvm2 for the software raid layer.
- mdadm doesn't allow to grow a RAID0 volume whereas lvm2 could (by concatenating another storage provider at the end)
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jan 10 2018
Jan 10 2018
Jan 9 2018
Jan 9 2018
Azure performance appears to be very far from reliable. Linux keeps complaining about issues similar to this one:
[Tue Jan 9 15:47:04 2018] INFO: task kworker/1:3:148 blocked for more than 120 seconds. [Tue Jan 9 15:47:04 2018] Not tainted 4.9.0-5-amd64 #1 Debian 4.9.65-3+deb9u2 [Tue Jan 9 15:47:04 2018] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
The sweet spot for Azure drives seems to be 2TB : 7500 IOPS and 250MB/s provisioned.
Smaller ones have less provisioned IOPS and bandwidth per second.
Bigger ones don't get faster.
Current database size: ~= 3880 GB
Maximum Azure drive size: 4095 GB
- We will need to use more than one drive to create a bigger volume
- We will also most likely need to grow this volume at some point in the future
Jan 8 2018
Jan 8 2018
ftigeot committed rSPSITE5a9a1a1cdcd7: data/defaults: Add dbreplica0.euwest.azure (authored by ftigeot).
data/defaults: Add dbreplica0.euwest.azure
ftigeot committed rSPSITE4cf1438593ec: data/defaults: Send root mails to ftigeot (authored by ftigeot).
data/defaults: Send root mails to ftigeot
Jan 2 2018
Jan 2 2018
ftigeot committed rSPSITEc136b96ca888: data/defaults: Do not try to directly backup MySQL databases (authored by ftigeot).
data/defaults: Do not try to directly backup MySQL databases
Dec 21 2017
Dec 21 2017
ftigeot added a comment to T910: Do not generate critical monitoring alerts for non-critical hosts .
Not a silver bullet but some of the most recurring critical alerts were silenced by cdec099ecfb5 .
ftigeot committed rSPSITE8d7bfe515245: giverny-specific data: Fix mistyped path (authored by ftigeot).
giverny-specific data: Fix mistyped path
Add giverny-specific deployment data
Dec 19 2017
Dec 19 2017
Dec 13 2017
Dec 13 2017
Proposed change, already applied manually on uffizi and a few other hosts:
Dec 12 2017
Dec 12 2017
Base disk image size was increased from 10 to 20GB.
Resolved with help from @olasd .