Earlier quoted context omitted.
B2 is blob storage, like Google Cloud Storage or Amazon S3. What they have launched is SSD block storage, like Google persistent disks or Amazon EBS. (The TechCrunch article also got this confused.)
> Amazon EBS. Not more like amazon EFS?
Highly Available Block Storage
21–30 of 145 posts
Re: Highly Available Block Storage
#22Re: Highly Available Block Storage
#23root@ubuntu-1gb-nyc1-01:~# time dd if=/dev/disk/by-id/scsi-0DO_Volume_volume-nyc1-01 of=test.dat bs=1024 count=10000000 10000000+0 records in
10000000+0 records out
10240000000 bytes (10 GB) copied, 58.0655 s, 176 MB/s
real 0m58.248s
user 0m2.608s
sys 0m41.604s
Some quick observations:
* Easy to add one when creating a droplet; by default they let you create volumes with these sizes: 100GB, 250GB, 500GB, 1000GB, 1.95TB; it's also really easy to create your own size.
* You can resize in any increments; took about 4 seconds to go from 100GB to 110GB with no downtime; you obviously need to resize/manage the mounted volume yourself.
* [Edit 1] Deleting the droplet does NOT destroy the volume. Worth keeping in mind when you spin them up/down.
* [Edit 2] Remounting an existing volume to a new droplet was quick and painless.
Re: Highly Available Block Storage
#24Re: Highly Available Block Storage
#25I did not get good speeds and I am wondering why that may be...
Re: Highly Available Block Storage
#26A bit pricey for the long term but great if you just need to add some disk space to your vm and don't need the other improvements more expensive vms give you. I use DO mostly to compile stuff on Linux when i don't have access to a physical server, and storage size is always a problem.
Re: Highly Available Block Storage
#27I like their straight forward pricing. $0.10 USD per GB per month. No IOPS limits. That said, how do you prevent a rogue droplet from going crazy and hogging up all of the SSD I/O?
If DigitalOcean isn't doing something limiting, they'll have to in order to prevent the situation that you're describing. You don't have to charge for it in order to prevent bad neighbors.
Re: Highly Available Block Storage
#28Re: Highly Available Block Storage
#29Some early benchmarks about the new block storage, https://simos.info/blog/trying-out-lxd-containers-on-ubuntu-... I did not get good speeds and I am wondering why that may be...
I think you might have misread the units: locally attached 50105 us (50 ms) vs block 546 ms.
The throughput numbers are on par with AWS and GCP block storage. This seems reasonable aside from the high latency.
Re: Highly Available Block Storage
#30I like their straight forward pricing. $0.10 USD per GB per month. No IOPS limits. That said, how do you prevent a rogue droplet from going crazy and hogging up all of the SSD I/O?