TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Highly Available Block Storage

262 pointsby dineshp2almost 9 years ago

24 comments

wireminealmost 9 years ago
Spun one up and ran some quick numbers on a 100GB volume:<p>root@ubuntu-1gb-nyc1-01:~# time dd if=&#x2F;dev&#x2F;disk&#x2F;by-id&#x2F;scsi-0DO_Volume_volume-nyc1-01 of=test.dat bs=1024 count=10000000 10000000+0 records in<p>10000000+0 records out<p>10240000000 bytes (10 GB) copied, 58.0655 s, 176 MB&#x2F;s<p>real 0m58.248s<p>user 0m2.608s<p>sys 0m41.604s<p>Some quick observations:<p>* 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&#x27;s also really easy to create your own size.<p>* You can resize in any increments; took about 4 seconds to go from 100GB to 110GB with no downtime; you obviously need to resize&#x2F;manage the mounted volume yourself.<p>* [Edit 1] Deleting the droplet does NOT destroy the volume. Worth keeping in mind when you spin them up&#x2F;down.<p>* [Edit 2] Remounting an existing volume to a new droplet was quick and painless.
评论 #12087640 未加载
评论 #12087865 未加载
bjacobelalmost 9 years ago
Reminder that just a few weeks ago DigitalOcean rolled over on one of their customers and took down 38,000 websites after receiving a claim of infringement from the NRA against a parody site hosted on surge.sh:<p><a href="http:&#x2F;&#x2F;motherboard.vice.com&#x2F;read&#x2F;nra-complaint-takes-down-38000-websites" rel="nofollow">http:&#x2F;&#x2F;motherboard.vice.com&#x2F;read&#x2F;nra-complaint-takes-down-38...</a>
评论 #12086436 未加载
评论 #12089974 未加载
评论 #12086301 未加载
评论 #12088333 未加载
评论 #12088399 未加载
dastbealmost 9 years ago
Don&#x27;t be confused: the article makes the mistake of comparing DOs new block storage service with other companies object stores. EBS is the competitor to this, not S3. Same for gce persistent disks and azure drives.<p>Unfortunately this means the pricing comparison is just wrong.
评论 #12086057 未加载
评论 #12086029 未加载
mwcampbellalmost 9 years ago
I think this might be a mistake. Ever since Joyent&#x27;s commentary on one of the big Amazon EBS failures in 2011 [1] [2] [3], I&#x27;ve been suspicious of all network-attached block storage. Then again, I haven&#x27;t heard of any big EBS failures recently; I wonder what changed.<p>[1]: <a href="https:&#x2F;&#x2F;www.joyent.com&#x2F;blog&#x2F;on-cascading-failures-and-amazons-elastic-block-store" rel="nofollow">https:&#x2F;&#x2F;www.joyent.com&#x2F;blog&#x2F;on-cascading-failures-and-amazon...</a><p>[2]: <a href="https:&#x2F;&#x2F;www.joyent.com&#x2F;blog&#x2F;magical-block-store-when-abstractions-fail-us" rel="nofollow">https:&#x2F;&#x2F;www.joyent.com&#x2F;blog&#x2F;magical-block-store-when-abstrac...</a><p>[3]: <a href="https:&#x2F;&#x2F;www.joyent.com&#x2F;blog&#x2F;network-storage-in-the-cloud-delicious-but-deadly" rel="nofollow">https:&#x2F;&#x2F;www.joyent.com&#x2F;blog&#x2F;network-storage-in-the-cloud-del...</a>
评论 #12086789 未加载
Mister_Snugglesalmost 9 years ago
This is EXACTLY the thing that I need for one of my droplets! I love how there is nothing &quot;special&quot; about it - it&#x27;s just a disk that you can attach to a droplet. I&#x27;m sure that under the hood there&#x27;s some kind of magic going on, but it looks like it&#x27;s nicely abstracted away. This is what I hoped block storage would turn out to be - here&#x27;s a block device, use it like one.<p>As soon as this rolls out to the region I&#x27;ve got that droplet in, I&#x27;m going to pull the trigger on it. I might even spend the effort to migrate my droplet to a supported region just to get this.
评论 #12086747 未加载
3pt14159almost 9 years ago
I have been asking for non-SSD on DO for a long time now. My heart jumped when I saw the HN title, only to be dashed on the rocks.<p>What are us data nerds supposed to do? We want to take 10 terabytes, run a batch process on it, keep the 20TB, then continue with about 5GB of working data until the next month&#x27;s terabyte comes in, then we want to batch through the 21TB. Right now the price slider doesn&#x27;t even go up to 21TB, and clicking on the &quot;need more storage button&quot; doesn&#x27;t go anywhere, but I&#x27;m assuming it would be $2100 &#x2F; month which is more than 3x as expensive than vanilla S3.
评论 #12086921 未加载
评论 #12086711 未加载
评论 #12087961 未加载
评论 #12087650 未加载
评论 #12091371 未加载
评论 #12086459 未加载
评论 #12086764 未加载
misframeralmost 9 years ago
It&#x27;s the same price as AWS&#x27;s General Purpose SSD EBS volumes.<p><a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;ebs&#x2F;pricing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;ebs&#x2F;pricing&#x2F;</a>
评论 #12087194 未加载
andybakalmost 9 years ago
This helps me with a nicer deployment setup. I was always keen on &#x27;rebuild from scratch&#x27; rather than &#x27;update stuff and hope you&#x27;re idempotent and have captured all changes&#x27; but transitory data was always the problem. Now I can start building a new updated droplet and the only downtime will be that needed to detach and reattach the block storage containing the db etc.<p>Anyone see a flaw in this? (I know there are other ways to achieve similar benefits - my files could be on S3 and the database could be a separate droplet etc but these introduced various drawbacks and added complexity)
评论 #12086313 未加载
skrowlalmost 9 years ago
I like their straight forward pricing. $0.10 USD per GB per month. No IOPS limits.<p>That said, how do you prevent a rogue droplet from going crazy and hogging up all of the SSD I&#x2F;O?
评论 #12086206 未加载
评论 #12086117 未加载
评论 #12086251 未加载
评论 #12086061 未加载
happyslobroalmost 9 years ago
Setup: find it&#x27;s name, format and mount it, as if you were adding an SSD to a desktop.<p><a href="https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tutorials&#x2F;how-to-use-block-storage-on-digitalocean" rel="nofollow">https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tutorials&#x2F;how-to-use-...</a>
koolbaalmost 9 years ago
This has been a much requested feature and I&#x27;m sure it will be very popular. I&#x27;m still reminded of this quote though:<p>&quot;<i>He was a bold man that first ran a production database on a brand new block storage service!</i>&quot;
johnwheeleralmost 9 years ago
I love how DO focuses on what matters the most: Inexpensive VMs and scalable block storage.<p>If I had to pick two, those would be them!
评论 #12086285 未加载
aibottlealmost 9 years ago
Thank god! Highly Available Block Storage. From Digital Ocean. Great! Now I can finally store all the 300mb&#x2F;s streaming in on my server. Oh wait. I cannot, because DO cancelled the service again. Bummer.
评论 #12091835 未加载
cgagalmost 9 years ago
Sweet. This makes digitalocean much more appealing as a potential substrate for a kubernetes cluster.
评论 #12088538 未加载
Mister_Snugglesalmost 9 years ago
I can&#x27;t wait for this to roll out to more regions.<p>This is EXACTLY the thing I need for some stuff I&#x27;m working on!
ozy23378almost 9 years ago
Going to perform some very basic DD i&#x2F;o benchmarks using: <a href="https:&#x2F;&#x2F;haydenjames.io&#x2F;web-host-doesnt-want-read-benchmark-vps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;haydenjames.io&#x2F;web-host-doesnt-want-read-benchmark-v...</a><p>Will post results.
scurvyalmost 9 years ago
What&#x27;s the backend? Ceph?
评论 #12086272 未加载
mrmondoalmost 9 years ago
How is it taking huge cloud providers so long to catch up with things we do self hosted every day? It obviously has to be well engineered, yet it&#x27;s relatively simple. Woefully poor performance too.
simosalmost 9 years ago
Some early benchmarks about the new block storage, <a href="https:&#x2F;&#x2F;simos.info&#x2F;blog&#x2F;trying-out-lxd-containers-on-ubuntu-on-digitalocean-with-block-storage&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simos.info&#x2F;blog&#x2F;trying-out-lxd-containers-on-ubuntu-...</a><p>I did not get good speeds and I am wondering why that may be...
评论 #12086232 未加载
drtse4almost 9 years ago
A bit pricey for the long term but great if you just need to add some disk space to your vm and don&#x27;t need the other improvements more expensive vms give you.<p>I use DO mostly to compile stuff on Linux when i don&#x27;t have access to a physical server, and storage size is always a problem.
评论 #12086184 未加载
daveguyalmost 9 years ago
Edit3: Remountable&#x2F;movable flexible storage for DO instances is what this gives you and it&#x27;s kind of pricey. The comparison to B2 is not valid. Leaving the original mess for posterity.<p>---<p>TWENTY times (edit) the price as B2 from Backblaze ($.10 vs $.005 per GB per month). It is one of the more expensive ones. But that gets you two things:<p>* (moot See edit 2) SSD! (significant iops improvement)<p>* (moot See edit 2) No transactional costs! (not sure if just between digital ocean instances, but they say none)<p>Improved performance and no transaction costs MAY (edit) be worth it for some applications.<p>Edit1: made it an order of magnitude cheaper in my head after looking at backblaze. It is no where close to the same price. Thank you for the catch, scq!<p>Edit2: and I&#x27;m just all kinds of off on this. Block not object storage. Essentially storage you can mount and move between digitalocean instances. That makes no transaction costs moot. You still have to get data out of the instance.<p>Thank you all for quickly catching how backwards this post was! I need coffee.
评论 #12086042 未加载
评论 #12086037 未加载
评论 #12086038 未加载
评论 #12086050 未加载
happyslobroalmost 9 years ago
I don&#x27;t suppose DO or anyone else is already working on an Ansible addon for this?
lamarkiaalmost 9 years ago
I benchmarked the new block storage and it is not that faster than the virtio disk.
评论 #12086051 未加载
评论 #12086033 未加载
fweespeechalmost 9 years ago
$.10&#x2F;GB block storage is too expensive.<p><a href="https:&#x2F;&#x2F;www.online.net&#x2F;en&#x2F;dedicated-server&#x2F;rpn-san" rel="nofollow">https:&#x2F;&#x2F;www.online.net&#x2F;en&#x2F;dedicated-server&#x2F;rpn-san</a><p>There are several places you can get ~5 TB for +&#x2F;-10% of the 1TB price at DO.<p>DO is offering a SAN at Object Store prices. :&#x2F;
评论 #12089374 未加载