mini-review + cheat sheet: zfs on fuse

22
Mini-review + cheat sheet: ZFS on FUSE Dan Şerban

Upload: asociatia-prolinux

Post on 19-Jun-2015

935 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: Mini-review + cheat sheet: ZFS on FUSE

Mini-review + cheat sheet:ZFS on FUSE

Dan Şerban

Page 2: Mini-review + cheat sheet: ZFS on FUSE

• Compilare din surse (branşa ”critical”): git clone -b critical http://git.zfs-fuse.net/official zfs-fuse.git• Dependencies: glibc, fuse, zlib, libaio• FUSE e instalat? Modulul e încărcat? lsmod | grep fuse• OK, se porneşte serviciul (ca root): zfs-fuse &

Instalarea şi pornirea serviciului

Page 3: Mini-review + cheat sheet: ZFS on FUSE

• The three primary goals of ZFS: - Highly scalable data repository - Ease of administration - Guaranteed on-disk data integrity

• Motto: Throwing away 20 years worth of obsolete assumptions about storage

The ZFS Way

Page 4: Mini-review + cheat sheet: ZFS on FUSE

• Complete storage subsystem integrated view of the logical and physical structure of the data• Copy-On-Write transactional semantics• Self-healing - ZFS auto-corrects silent data corruption - there is never a need to fsck a ZFS dataset• RAID-Z uses dynamic stripe width it never has to do read-modify-write, only write• On-the-fly compression• Deduplication• NFS, SMB, iSCSI sharing• Hybrid storage pools with L2ARC

ZFS features

Page 5: Mini-review + cheat sheet: ZFS on FUSE

• VDEV• Pool• DataSet• ZVOL• ZIL• ARC• L2ARC• RTWWWMP Read The Wonderfully Well-Written Man Pages: man zpool man zfs

Terminologie

Page 6: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 7: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 8: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 9: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 10: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 11: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 12: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 13: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 14: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 15: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 16: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 17: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 18: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 19: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 20: Mini-review + cheat sheet: ZFS on FUSE

Hands-on with ZFS

Page 21: Mini-review + cheat sheet: ZFS on FUSE

• Remote backup of ZFS snapshot:

zfs send rlugdemopool/dserban@rlugdemosnap |ssh remotehost zfs receive remotezfs/backup

Hands-on with ZFS

Page 22: Mini-review + cheat sheet: ZFS on FUSE

Întrebări / Feedback