Update so after migration we will still try to publish the domain.
[handlervirt.git] / node / configs / etc / fstab
blob48fdc6a26358cf779c91e23681428b1345f53d10
1 # /etc/fstab: static file system information.
3 # noatime turns off atimes for increased performance (atimes normally aren't 
4 # needed; notail increases performance of ReiserFS (at the expense of storage 
5 # efficiency).  It's safe to drop the noatime options if you want and to 
6 # switch between notail / tail freely.
8 # The root filesystem should have a pass number of either 0 or 1.
9 # All other filesystems should have a pass number of 0 or greater than 1.
11 # See the manpage fstab(5) for more information.
14 # <fs>                  <mountpoint>    <type>          <opts>          <dump/pass>
16 tmpfs                   /root           tmpfs           nodev,nosuid,noexec 0 0
17 tmpfs                   /tmp            tmpfs           nodev,nosuid,noexec 0 0
18 tmpfs                   /var/lock       tmpfs           nodev,nosuid,noexec 0 0
19 tmpfs                   /var/log        tmpfs           nodev,nosuid,noexec 0 0
20 tmpfs                   /var/lib/init.d tmpfs           nodev,nosuid,noexec 0 0
21 tmpfs                   /var/lib/run    tmpfs           nodev,nosuid,noexec 0 0
22 tmpfs                   /var/lib/xen    tmpfs           nodev,nosuid,noexec 0 0
23 tmpfs                   /var/lib/xend   tmpfs           nodev,nosuid,noexec 0 0
24 tmpfs                   /var/lib/xenstored tmpfs        nodev,nosuid,noexec 0 0
25 tmpfs                   /var/tmp        tmpfs           nodev,nosuid,noexec 0 0
26 tmpfs                   /var/run tmpfs           nodev,nosuid,noexec 0 0
27 tmpfs                   /etc/pki/libvirt tmpfs          nodev,nosuid,noexec 0 0
28 tmpfs                   /var/run        tmpfs           nodev,nosuid,noexec 0 0
30 # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for 
31 # POSIX shared memory (shm_open, shm_unlink).
32 # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
33 #  use almost no memory if not populated with files)
34 shm                     /dev/shm        tmpfs           nodev,nosuid,noexec     0 0