XFS combine la technologie de journalisation avançée avec un adressage full 64-bit et des structures et algorithmes scalable. Cette combinaison fournit le système de fichiers scalable et le plus performant des systèmes de fichiers au monde.
Le Système de fichier XFS fournit les dispositifs principaux suivants:
Journalisation – recouvrement rapide :
Le XFS inscrivant la technologie lui permet de se remettre en marche très rapidement après une interruption inattendue, indépendamment du nombre de dossiers qu’il contrôle. La nécessité traditionnelle de filesystems font les contrôles spéciaux de filesystem après une interruption, qui peut prendre beaucoup d’heures pour accomplir. L’inscription de XFS évite ces contrôles prolongés de filesystem.
Étiquette : filesystem
DRBD:What is DRBD
DRBD® refers to block devices designed as a building block to form high availability (HA) clusters. This is done by mirroring a whole block device via an assigned network. DRBD can be understood as network based raid-1.
In the illustration above, the two orange boxes represent two servers that form an HA cluster. The boxes contain the usual components of a Linux™ kernel: file system, buffer cache, disk scheduler, disk drivers, TCP/IP stack and network interface card (NIC) driver. The black arrows illustrate the flow of data between these components.
The orange arrows show the flow of data, as DRBD mirrors the data of a high availably service from the active node of the HA cluster to the standby node of the HA cluster.