Hi,
I am using zfs file system on my server and I would like to know if other than MySQL, if there are any recommendation to follow for the webfiles (wordpress and shtml)
For MySQL I created
What would the dataset be for webfile?
is it simply
Thank you in advance
Fred
I am using zfs file system on my server and I would like to know if other than MySQL, if there are any recommendation to follow for the webfiles (wordpress and shtml)
For MySQL I created
Code:
zfs create zroot/DATA
zfs set mountpoint=none zroot/DATA
zfs create -o recordsize=8k zroot/DATA/mysql
zfs create -o recordsize=128k -o primarycache=metadata zroot/DATA/mysql/mysql-innodb-logs
zfs create -o recordsize=16k -o primarycache=metadata zroot/DATA/mysql/mysql-innodb
is it simply
zfs create zroot/DATA/www
with no argument? Do I need compression or a record size?Thank you in advance
Fred