13.6. Sharing ZFS File Systems

13.6.1. Controlling Share Semantics

freebsd# zfs set sharenfs=on zfs/www
			

13.6.2. Unsharing Filesystems

freebsd# zfs unshare zfs/www
			

This command unshares the zpool filesystem. To unshare all ZFS filesystems on the system, run:

freebsd# zfs unshare -a
			

13.6.3. Sharing Filesystems

freebsd# zfs share zfs/www
			

You can also share all ZFS filesystems on the system:

# zfs share -a
			

原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

时间: 2024-09-23 22:22:30

13.6. Sharing ZFS File Systems的相关文章

第 73 章 Distributed File Systems

73.1. DRBD (Distributed Replicated Block Device) Homepage: http://www.drbd.org/ 实验环境需要两台电脑,如果你没有,建议你使用VMware,并且为每一个虚拟机添加两块硬盘. 实验环境 master: 192.168.0.1 DRBD:/dev/sdb slave: 192.168.0.2 DRBD:/dev/sdb 73.1.1. disk and partition Each of the following ste

13.5. zfs mount/umount

Legacy mount points must be managed through legacy tools. An attempt to use ZFS tools result in an error. # zfs mount pool/home/billm cannot mount 'pool/home/billm': legacy mountpoint use mount(1M) to mount this filesystem # mount -F zfs tank/home/bi

13.12. Backing Up and Restoring ZFS Data

13.12.1. Backing Up a ZFS Snapshot # zfs backup tank/dana@111505 > /dev/rmt/0 # zfs backup pool/fs@snap | gzip > backupfile.gz 13.12.2. Restoring a ZFS Snapshot # zfs backup tank/gozer@111105 > /dev/rmt/0 . . . # zfs restore tank/gozer2@today <

第 13 章 File System

13.1. /etc/fstab # <file system> <mount point> <type> <options> <dump> <pass> mount point 该字段描述希望的文件系统加载的目录,对于swap设备,该字段为none file system 例如/dev/cdrom或/dev/sdb,除了使用设备名,你可以使用设备的UUID或设备的卷标签,例如,LABAL=root 或 UUID=7f91104e-8

ZFS (sync, async) R/W IOPS / throughput performance tuning

本文讨论一下zfs读写IOPS或吞吐量的优化技巧, (读写操作分同步和异步两种情况). 影响性能的因素 1. 底层设备的性能直接影响同步读写 iops, throughput. 异步读写和cache(arc, l2arc) 设备或配置有关. 2. vdev 的冗余选择影响iops, through. 因为ZPOOL的IO是均分到各vdevs的, 所以vdev越多, IO和吞吐能力越好. vdev本身的话, 写性能 mirror > raidz1 > raidz2 > raidz3 , 

zfs 快照发送与接收

zfs具备将快照输出到stdout,以及从stdout接收快照的功能. 这两个功能分别通过zfs send和zfs receive命令来完成. 例子, 1. zfs send 有 -n -v -P 参数时,仅仅输出统计信息,不产生数据流.统计信息输出到stdout. 没有 -n -v -P 参数时,产生数据流,数据流输出到stdout,统计信息输出到stderr. 全量发送统计信息预览 #zfs send -v -P -n zp1/data01@2015123101 full zp1/data0

ORACLE等待事件: log file parallel write

log file parallel write概念介绍 log file parallel write 事件是LGWR进程专属的等待事件,发生在LGWR将日志缓冲区(log_buffer)中的重做日志信息写入联机重做日志文件组的成员文件,LGWR在该事件上等待该写入过程的完成.该事件的等待表示重做日志所处的磁盘设备缓慢或存在争用.下面看看官方一些资料是如何解释log file parallel write等待事件的.   log file parallel write   Writing red

W3C 用于在 web 应用中处理文件的 API(W3C File API for representing file objects in web applications)

File API W3C Last Call Working Draft 12 September 2013 This Version: http://www.w3.org/TR/2013/WD-FileAPI-20130912/ Latest Published Version: http://www.w3.org/TR/FileAPI/ Latest Editor's Draft: http://dev.w3.org/2006/webapi/FileAPI/ Previous Version

ebs系统架构简介2——三层结构和Environment file下篇

整理自:http://www.itpub.net/thread-1409361-1-1.html Database Tier:我们看R12的后台数据库. Oracle Applications 充分使用 Oracle 数据库提供的各种数据类型:select object_type, count(*) from dba_objects where owner not like '%SYS%' group by object_type order by 1; OBJECT_TYPE