一款高级的文件系统和卷管理器 ZFS 0.7.10 已经发布下载。ZFS(全称 Zettabyte File System),也叫动态文件系统,最初由 Sun 公司的 Solaris 团队开发,现在由 OpenZFS 社区维护,是 Sun 的终极文件系统。
ZFS 0.7.10主要更新内容: 1.支持内核 Compatible with 2.6.32 - 4.18 Linux kernels. 2.bug 修复 1].ZFS Correctly handle errors from kern_path Fix build with CONFIG_GCC_PLUGIN_RANDSTRUCT f4ee628 Fix 'zfs recv' of non large_dnode send streams Fix object reclaim when using large dnodes Fix problems receiving reallocated dnodes Fedora 28: Fix misc bounds check compiler warnings Fix libaio-devel requirement for Debian-based distributions Add libaio-devel BuildRequires Add missing zfs-dracut RPM dependencies Don't modify argv[] in user tools Fix arcstat.py handling of unsupported options Allow inherited properties in zfs_check_settable() Fix zfs incremental send remove '-o' properties OpenZFS 8906 - uts: illumos rootfs should support salted cksum Fix zpl_mount() deadlock Fix kernel unaligned access on sparc64 Default ashift for Amazon EC2 NVMe devices Linux 4.14 compat: blk_queue_stackable() Add pool state /proc entry, "SUSPENDED" pools zpool reopen should detect expanded devices Support Debian DKMS builds module param callbacks check for initialized spa Trim new line from zfs_vdev_scheduler Fix ENOSPC in "Handle zap_add() failures in ..." Fix divide-by-zero in mmp_delay_update() OpenZFS 8997 - ztest assertion failure in zil_lwb_write_issue Linux compat 4.18: check_disk_size_change() Linux 4.18 compat: inode timespec -> timespec64 zv_suspend_lock in zvol_open()/zvol_release() 2].SPL Add rwsem_tryupgrade for 4.9.20-rt16 kernel (SPL) Add pool state /proc entry, "SUSPENDED" pools (SPL) Linux 4.18 compat: inode timespec -> timespec64
Ubuntu PPA: sudo add-apt-repository ppa:zfs-native/stable sudo apt-get update
Debian: For Debian Stretch, ZFS packages are included in contrib repository. For Debian Jessie, ZFS packages are provided by backports. Install kernel headers: # apt install linux-headers-$(uname -r) Install zfs packages: # apt-get install zfs-dkms zfsutils-linux If you want to boot from ZFS, you'll need zfs-initramfs package too: # apt-get install zfs-initramfs
相关主题 |