Amazon FSx for Lustre
aws.amazon.com
Amazon FSx for Lustre
1–10 of 22 posts
Re: Amazon FSx for Lustre
#2Coming from an academia HPC background and then moving into the private sector, I’ve mostly come to believe that parallel filesystems (especially POSIX-compliant ones) are rarely the right solution outside of MPI simulations. Like NFS, it makes it extremely easy and attractive to implement anti-patterns like using the filesystem for IPC or generating a bazillion files and then needing to reduce them to move to the next stage of the pipeline. In my experience, it’s rare that people don’t regret doing that sort of stuff in the long run.
That said, I’m sure the AWS team knows their customers and what they’re doing better than I do!
Re: Amazon FSx for Lustre
#3Re: Amazon FSx for Lustre
#4I don't mean to be cynical but for the last few days some one is bombarding with lot of amazon news
Re: Amazon FSx for Lustre
#5I don't mean to be cynical but for the last few days some one is bombarding with lot of amazon news
Re: Amazon FSx for Lustre
#6Re: Amazon FSx for Lustre
#7Re: Amazon FSx for Lustre
#8Re: Amazon FSx for Lustre
#9That would have to be the worst job in the world - keeping Lustre going as an Amazon service, with management that utterly lacks understanding and sympathy.
Re: Amazon FSx for Lustre
#10That would have to be the worst job in the world - keeping Lustre going as an Amazon service, with management that utterly lacks understanding and sympathy.
They’d have to pay me a lot of money to do it, that’s for sure. I’d love to see the disaster recovery plans. Every major Lustre site I’m aware of has had a data loss “incident” at some point in their history. It’s possible AWS has it all figured out with background backups and block device replication and whatnot, but I’m skeptical.