Docker ‘Latest’ Can Be Fun – Or Not!

When I updated my Docker Compose based Onlyoffice instance today, I soon discovered that the update broke my installation. Hm, wasn’t one of the promises of container based services to prevent exactly such a thing from happening? Well perhaps, but if you have several containers working with each other in a Docker Compose setup, non-backwards compatible changes in one image can render the overall service unusable. So what exactly happened?

Continue reading Docker ‘Latest’ Can Be Fun – Or Not!

Flatt Prices for Storage – Rising Costs

Back in December 2024 I wrote a blog post about hard disk prices having remained pretty much constant over the past decade. Also, there seem to be no price cuts in the making, the technology seems to have hit a wall. Sure, HDD capacities have increased in the last decades, but so have prices per drive, and hence the price per TB is pretty much the same it was a decade ago. This might have some interesting consequences:

Continue reading Flatt Prices for Storage – Rising Costs

Beware of Your Log Files

A little anecdote today about log files and SSD wear: As you might have noticed, I’ve recently done a lot of disk drive benchmarking. The iostat command is a great tool to check how much data is written to a block device over time, and just because I’m curious, I had a look at how much data is written to the main drive of one of my servers since I rebooted it 4 days ago. When I looked I got a shocking number: 400 GB! In 4 days! Now that is impossible I thought at first, perhaps iostat is giving me wrong numbers. So I had a closer look.

Continue reading Beware of Your Log Files

In-Flight to Iceland with Viasat

I recently flew to Iceland with Iceland air, and as it was a 3 hour flight from Frankfurt, I was happy to try the on-board Internet to stay connected. For 12 euros a flight, it was perhaps not cheap, but compared to the price of the ticket, it’s almost negligible. As large parts of the trip are over water, satellite connectivity was used. Like the on-board Internet I reviewed last year on Delta when flying to the US, connectivity was provided by Viasat.

Continue reading In-Flight to Iceland with Viasat

HDD Performance – Part 8 – 2.5″ 4TB Drives – Reading and Writing

A 4 TB 2.5″ drive 700 GB written, avg. speed 70 MB/s

And while I’m already at the topic and my test setup is up and running, I also had a go at two of my 2.5″ 4 TB drives and their read and write performance when running differential backups that contain large 50+ GB files, many files in the range of 2-3 MB and many more much smaller document files. My questions: How much slower are these drives compared to the 3.5″ drives that I had a look at so far and can I see a difference between the two drives? As in the previous posts, I’ll keep manufacturer names and drive types out of this, as I wanted to get a general idea rather than praise or blame a particular model.

Continue reading HDD Performance – Part 8 – 2.5″ 4TB Drives – Reading and Writing

HDD Performance – Part 7 – Differential Write Performance

Differential backup of 1.3 TB of data from a 20 TB drive to an 8 TB drive. Avg. speed 68 MB/s

The proof lies in the pudding, they say. I’ve initially started this hard disk read and write performance marathon, because the perceived speed of some of my backup hard drives when performing differential backups to them was very slow. Despite being differential, such backups easily go beyond 1.5 TB. So after establishing read and write speed baselines in the previous posts, it’s finally time to look at the speeds of my drives during differential backups.

Continue reading HDD Performance – Part 7 – Differential Write Performance

HDD Performance – Part 6 – 16 TB Write then Read

Write performance in MB/s – 16 TB Seagate Ironwolf, avg. 198 MB/s

Wow, this is part 6 of the series already, but I keep getting interesting results. One of the questions that came up during part 5 was how fast data could be read from one of the newer and faster drives when the drive is almost full. To answer this question I ran the following test: Write 16 TB of 50 GB files until the drive is full, then immediately read the drive again. Reading files with a size of 50 GB each should show the maximum average read speed over the drive because there should be lots of chunks for 50 GB on the drive that are consecutive. So here are the results:

Continue reading HDD Performance – Part 6 – 16 TB Write then Read

HDD Performance – Part 5 – Reading 7 TB Real World Data

Reading 7 TB of data in large and small files from my 8 TB HDD in MB/s over time

In my HDD performance analysis series, I would now like to move on and have a look how fast my ‘real world’ data on my backup hard disks can be read. At the moment, I have around 7 TB of data on my backup drives, which consists of a significant amount of very large virtual machine snapshot files with a size in the double digit gigabytes, many smaller sized image files of 2-3 MB and an even bigger number of very small document files of a few hundred kilobytes at most. So how fast can I read such a data mix from hard drives with moving heads?

Continue reading HDD Performance – Part 5 – Reading 7 TB Real World Data