Denis Kuznetsov <[email protected]> writes: > On Thursday 26 August 2010 11:01:06 Vitaly Kuznetsov wrote: > >> Вы, вероятно, что-то себе неверно представляете по поводу ocfs2 в том >> смысле, что отличий от gfs там немного (с пользовательской точки зрения). >> ocfs2 поверх drbd позволяет смонтировать одну и ту же fs на двух узлах >> на запись. > А разве ocfs2 не позволяет хранить одни и теже данные на 2-х и более > нодах не прибегая к использованию drbd ?
Two popular designs in this class of file systems are distributed parallel (LUSTRE) and shared disk (OCFS2, GFS2). ... Shared disk file systems, on the other hand, scale to 100+ nodes. As the name suggests, such file systems require a shared disk (SAN). All server nodes in the cluster must be able to perform I/O directly and concurrently to the disk. -- Vitaly Kuznetsov, ALT Linux _______________________________________________ Sysadmins mailing list [email protected] https://lists.altlinux.org/mailman/listinfo/sysadmins
