Earlier quoted context omitted.
Gary Johnson isn't as insane as the other two.
And, assuming you don't like Hillary or Trump, the most positive thing you could do with your vote this cycle is help a 3rd party get federal funding and a national stage to promote their platform.
Highly Available Block Storage
101–110 of 145 posts
Re: Highly Available Block Storage
#102Earlier quoted context omitted.
You're looking at the wrong market. At Hetzner, you can rent a dedicated server with 2x3TB drives for about $25/month ($0.005/GB, to scale to multiple servers, use Ceph) and a few larger machines for under $100. At OVH you can buy object storage for around 1c/GB and rent a few dedicated servers for less than $100/month, or use their cloud. If you go to the _really_ low end, time4vps will give you a 1TB VPS for 2EUR/m…
Yeah, but I like the DO per hour billing, design, and API. Other than their insecure-by-default SSH key thing, https://digitalocean.uservoice.com/forums/136585-digitalocea... that is.
Re: Highly Available Block Storage
#103Sweet. This makes digitalocean much more appealing as a potential substrate for a kubernetes cluster.
Re: Highly Available Block Storage
#104Earlier quoted context omitted.
Yeah, but I like the DO per hour billing, design, and API. Other than their insecure-by-default SSH key thing, https://digitalocean.uservoice.com/forums/136585-digitalocea... that is.
How many hours does it take to load 10TB and then reduce it to 5GB? ;)
Re: Highly Available Block Storage
#105Earlier quoted context omitted.
> if it falls under fair use i'm under the impression that "fair use" is a defense and/or judge's assessment, rather than something "civilians" can factually declare.
The same is true of "violation of the copyrights, trademarks, patents or trade secrets of third parties".
Re: Highly Available Block Storage
#106Reminder 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: http://motherboard.vice.com/read/nra-complaint-takes-down-38...
Reminder that you have to act on abuse notifications sharpish. You're providing a service, it's on you if you ignore abuse notifies. "We received notice on behalf of a trademark holder that a customer of DigitalOcean was hosting infringing content on our network. DigitalOcean immediately notified our customer of the infringement, and the customer was given a five day period to resolve the issue. The infringing conten…
https://news.ycombinator.com/item?id=12010521
"""
11:02am - "you need to remove the content or fill out a counter claim"
12:47pm - "we were wrong, no counter claim can be filed and you now have 39minutes to remove the content or we are disabling the network"
"""
Then in the comments:
"""
5 days ago we got forwarded a forward of a takedown request that was sent to CloudFlare from a representative of the trademark holder. We responded to that forward within 22 minutes of first receiving it and have been in communication with Digital Ocean ever since right up until about 1.5h prior to be shut down.
"""
Believe who you will.
Edit: added 2nd quote from comments
Re: Highly Available Block Storage
#107Earlier quoted context omitted.
And, assuming you don't like Hillary or Trump, the most positive thing you could do with your vote this cycle is help a 3rd party get federal funding and a national stage to promote their platform.
This is exactly why I have been voting for the Canadian green party for my entire adult life. We finally got an MP (equivalent to a senator, I think) in a few years ago, Elizabeth May. You should hear her rip into the mainstream parties in the middle of parliament, it's awesome. Harper tried passing a bunch of new laws to shut her up, but he lost an election before he could pull it off.
Re: Highly Available Block Storage
#108Earlier quoted context omitted.
The same is true of "violation of the copyrights, trademarks, patents or trade secrets of third parties".
hence when a DMCA takedown is received, i don't see how DO is in a position to assess that something is or is not a violation. they simply follow the process outlined in the legislation.
Re: Highly Available Block Storage
#109Earlier quoted context omitted.
Then they'll run into the same problem anyone does doing that: migrating reasonably-sized block devices across a reasonable network takes an unreasonable length of time. Been there, done that, don't want to sit staring at consoles waiting for live disc migrations ever again.
My guess is that they live migrate VMs only before a planned maintenance. Let's say they use a 10 Gbps network, and they use only 1 Gbps of bandwidth for migrating data, then migrating a 200 GB disk would take something like 1 hour, which sounds OK. Can you share some details about your experience?
It doesn't take doing this very often to make you realise that this is fundamentally backwards: you want the disc data already present on more than one storage server so that if one goes pop, you're not stuffed. Once you've done that, you can make the observation that hardware RAID is no longer necessary, and save yourself a layer of complexity.
Re: Highly Available Block Storage
#110Earlier quoted context omitted.
Don't use dd for those tests it's really bad, especially on VMs.
What should be used for I/O throughput tests instead?