----- "Muhammad Ammad Shah" <mammadshah@xxxxxxxxxxx> wrote: | Hi, | | when a node(x) fenced by another node(y), will it corrupts the file | system or no? and if the database was running and node(x) fenced by | fenced node(y) will it corrupts the database or whats about the | transaction ? | | | | Thanks, | Muhammad Ammad Shah With GFS and GFS2 there should be no metadata corruption, in theory. When quorum is regained (or if it's not lost) the fenced node's journal is replayed so the file system metadata should remain intact. That does not mean that data won't be lost. If the node was fenced while it had data in its cache, that data may be lost. In critical situations, you can mark files and/or directories with a flag that makes the data journaled as well, so the data should be protected. Of course, that has a performance penalty. There's a small section about this in the GFS faq. Regards, Bob Peterson Red Hat File Systems -- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster