Tuesday, August 31, 2010

Vote Of Thanks Speech-wedding

State Btrfs

In those days it was scheduled a webcast on the status of the development of Oracle Btrfs , the new open-source file system developed by Oracle along the lines of Solaris ZFS.
Btrfs is now included in the Linux kernel from version 2.6.30, but is still in development and is not eligible for entry into production.

How ZFS, Btrfs focuses on overcoming all the limitations of traditional file systems, such as the maximum size of file and file system, manageability, and scalability with the size of the storage, security and reliability and I / O.
The "new" technology on primary which underlie much of the wonders of ZFS and Btrfs is COW (Copy On Write ), or the method that do not change or remove existing blocks, but every write operation allocates a new block, up to out of disk space.

differences from ZFS can be summarized in the following, at least what I remember:
  • writable Snapshot: interesting, new and unusual scenarios allows versioning, backup, test, all at no cost and virtually instantaneous.
  • online defragmentation: The COW has the side effect of high defragmentation. I think however that defragmentation is not very important in un ambiente SAN.
  • Conversione da ext3/4 : esiste un tool di migrazione dei dati esistenti che sfrutta lo spazio libero dei volumi ext3/4.
  • Ottimizzazione per SSD : esistono delle opzioni di mount per i dischi SSD, che per esempio non hanno bisogno di routine anti-frammentazione in scrittura.
RAID 5/6 sono ancora assenti; sono invece molto sviluppati ed efficienti in ZFS.

È importante sottolineare che per Btrfs non è previsto il funzionamento come cluster filesystem.

Ho guardato il webcast in differita, quindi non ho potuto fare domande, anche se quelle che ho sentito erano molto interessanti e facevano capire che l'audience aveva più o meno gli stessi dubbi e interrogativi sulla genesi e sul futuro del progetto Btrfs, visto che ora Oracle Solaris ha ZFS in produzione (e di conseguenza in manutenzione).

Il webcast è disponibile a questo indirizzo .

0 comments:

Post a Comment