Live data from Hacker News

Devops Horror Stories

statuspage.io

101–102 of 102 posts

Re: Devops Horror Stories

#101
post #70

Earlier quoted context omitted.

You can't delete /proc, it is a pseudo filesystem the kernel creates. They aren't really files. Deleting /dev is a real pita however

With udev deleting /dev shouldn't be a problem I thought?

udev has been deprecated. devtmpfs, a pseudo filesystem just like tmpfs has sort of replaced it. Gotta love Linux, they change things just for fun :)

Re: Devops Horror Stories

#102

Earlier quoted context omitted.

It's still an extremely bad idea to have overly common key prefixes on S3 since it prevents balancing key distribution across their clusters.

Do you have a citation for that? I'd hope that the key distribution is a bit smarter than prefix-based.

It's not smarter than that. http://aws.typepad.com/aws/2012/03/amazon-s3-performance-tip...
Post reply on HN