| From | Subject | Date |
|---|---|---|
| Šimun Mikecin | Re: ZFS: swap on a ZVOL
Dan Naumov wrote:
As far as I know, using swap on top of a "non-trivial" filesystem like
ZFS is considered "unsupported", but it does in fact work. You can
create a ZVOL of arbitrary size (say, 4G) and then do the following:
zfs set org.freebsd:swap=on pool/swapvolname
to have /etc/rc.d/zfs enable swap on said ZVOL on every boot. You can
also do this in an ugly way: put swapon
/dev/zvol/<poolname>/<swapvolname> into your /etc/rc.local (without
having to pass the "org.freebsd:swap=on" option to the ...
| Jul 7, 12:21 am 2009 |
| Frank Batschulat (Home) | Re: ZFS: swap on a ZVOL
Right, we do use a zvol as swap device, and we also do use a dedicated zvol as the dump device for
the kernel crash dump.
http://www.opensolaris.org/os/community/zfs/boot/zfsbootFAQ/#zfsswap
http://www.solarisinternals.com/wiki/index.php/ZFS_Troubleshooting_Guide#ZFS_Swap_and_...
http://docs.sun.com/app/docs/doc/819-5461/zfsboot-1?a=view
http://www.opensolaris.org/os/community/zfs/boot/zfsboottalk.0910.pdf
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=5008936
was part ...
| Jul 7, 12:54 am 2009 |
| Dan Naumov | ZFS: swap on a ZVOL
Hello list.
As far as I know, using swap on top of a "non-trivial" filesystem like
ZFS is considered "unsupported", but it does in fact work. You can
create a ZVOL of arbitrary size (say, 4G) and then do the following:
zfs set org.freebsd:swap=on pool/swapvolname
to have /etc/rc.d/zfs enable swap on said ZVOL on every boot. You can
also do this in an ugly way: put swapon
/dev/zvol/<poolname>/<swapvolname> into your /etc/rc.local (without
having to pass the "org.freebsd:swap=on" option to ...
| Jul 6, 5:45 pm 2009 |
| previous day | today | next day |
|---|---|---|
| July 6, 2009 | July 7, 2009 | July 8, 2009 |
