zfs

  1. goshanecr

    ZFS Increase maximum 127 of ACL entries

    Hi Friends! I'm built a ZFS+Samba+ACL+AD scheme for using at work. All works, but I'm found that maximum ACL entries on FS item are 127. Since my scheme uses final AD-users, not groups - I see that this limit can be theoretically a problem for me. So can this maximum be extended? And if not...
  2. K

    Weird disk usage/free space in ZFS?

    Greetings. In my root "/", I type; du -hsx * | sort -rh | head -10 and get; # cd / # du -hsx * | sort -rh | head -10 476G root 84G usr 3.1G var 119M boot 8.7M lib 8.3M rescue 4.3M sbin 3.9M tmp 2.2M etc 960K bin being totally 563,1 GB disk usage in my system...
  3. K

    ZFS optimization for MariaDB/MySQL server?

    I'm planning to set my MariaDB SQL server with the following options on FreeBSD 13.1 + ZFS. I'm planning a modest, non-dangerous set of options: skip-innodb_doublewrite symbolic-links=0 max_allowed_packet=512M max_connections=250 innodb_io_capacity=15000 innodb_doublewrite = 0...
  4. K

    Single sqlserver jail+ZFS for other jails, but how?

    Greetings. I have few jails running nginx on my FreeBSD 13.1 host. I'd like to create another jail for their SQL database needs. I'd like to create ZFS dataset for this purpose (for MySQL jail) but should I create it on host? If the dataset is created within the host, could the Jail access it...
  5. K

    Nginx: sendfile or aio on FreeBSD 13.1+ZFS?

    Greetings. Nginx states (Changes with nginx 1.21.5 - 28 Dec 2021): Change: now nginx always uses sendfile(SF_NODISKIO) on FreeBSD. So it seems, it uses "sendfile: on;" by the default on FreeBSD. Afaik, sendfile should be off for FreeBSD and ZFS, to avoid redundant data caching. I'm on ZFS...
  6. R

    ZFS exclude zfs pool from boot

    man for gptzfsbool says "The first pool seen during probing is used as a default boot pool." Is there any way to boot from another pool?
  7. R

    ZFS 2x3tb as one raidz member

    Hello) Now i have raidz1 of 4x3tb disks. I want to upgrade it to raidz2 6x6tb disks. 3tb disks are good and functional, and i want to use them in new array. Is there a way to make 2x3tb disks to be 6tb member of raidz2? man says: Virtual devices cannot be nested, so a mirror or raidz virtual...
  8. iyoti

    ZFS Advice on configuring existing media server (ZFS)

    Hey all I've a media server with: 2 × 466GB NVMe drives for OS 12 × 5TB HDDs for storage 1 × 699GB SSD for "performance" (Crucial CT750MX300SSD1, which may be relevant for questions below) 32GB RAM 12-core CPU All are SATA drives. I have 2 zpools set up, the first in a mirror for OS which is...
  9. W

    Cleaning up after zfs send|recv on my zroot

    Hi I recently decided to move my FreeBSD installation onto a new drive. Since I was using ZFS, I achieved this by inserting the new drive, and then using the memstick installer on a USB drive to perform a basic install. After this I dropped to a shell, unmounted all the destination datasets...
  10. I

    ZFS What is the relavance of the "passphase" (to create/generate the "master key") for ZFS encryption when it (the "passphrase") can be changed later?

    When we encrypt the ZFS disk (whole volume), we need to enter a "passphrase". However, a "master key" is created to encrypt the data. The "passphrase" is the key to unlock the "master key". So, we can change the "passphrase" later and the "master key" remains the same but will be secured by the...
  11. dave

    Solved freebsd-update to 13.1-RELEASE Fails to Boot

    I was using freebsd-update to upgrade a box to 13.1-RELEASE. Here is the command I used to start the process... freebsd-update upgrade -r 13.1-RELEASE I followed the usual process and when prompted to reboot the first time, rebooted. Now I get this... | \ ______ ____ _____...
  12. Snubbi

    Solved Recommendations UFS or UFS on workstation

    I'm new to FreeBSD, and right now I'm practicing installing and setting it up in VirtualBox on a Linux machine. What are the disadvantages e.g. by using UFS. So far I have used Clonezilla for Bcakup of my computers. Clonezilla cannot backup ZFS. What do I do if I choose ZFS file system. I have...
  13. Sergei_Shablovsky

    ZFS Complete tool for automated backups (to Amazon AWS, Google Cloud, or Microsoft Azure or INTERNAL storage)

    Hi FreeBSD Gurus! Please suggest me tool (ready-to-use package with webGUI for tuning and operation, would be perfect) to automate/schedule backup (whole ZFS drive or part of it) on the fly to cloud drive like AWS. Ability to making backup on external mass storage (USB/SATA/FC-connected) would...
  14. JozanOfAstora

    Solved ZFS not loading pool in multi-user

    Hi, after reboot I was surprised with a "no pools available to import" error during boottime, leaving my system stuck with a failed /etc/rc script. I have only one zpool, geli encrypted, pretty much the defaults zfs settings on install. The problem does not exist in single-user mode and I am...
  15. S

    Solved ZFS - Mount second drive in fstab - no such file or directory.

    I am trying to install FreeBSD on ZFS. I did this with an manual ZFS installation by changing the freebsd-ufs to freebsd-zfs. I have two disks. The capacity does not matter. One is for the root partition, the other is for /home. On boot, it throws up a console that cannot find the disk or...
  16. R

    ZFS zpool vanished after reboot

    I am running FreeBSD in Oracle cloud, Created zpool with 3 block volumes and rebooted the machine, now I don't see zpool, but if I try to create zpool again same disk it gives below error. root@01:~ # zpool create storage da1 da2 da3 invalid vdev specification use '-f' to override the following...
  17. marschro

    FreeBSD 13.1 on Amazon Web Service without ZFS?

    Hi all, I started an EC2 Instance on AWS using this AMI: FreeBSD 13.1 AMI But what I get is a FreeBSD with freebsd-ufs and not with zfs. Has anyone experience or an idea how to get the latest FreeBSD with ZFS running on Amazon EC2 ? kind regards, Martin
  18. A

    ZFS How to fix deleted freebsd (from debian gparted) partition causing entire drive to be a single zfs partition

    I had microsoft windows 10, debian and freebsd installed on a single partition in my laptop. I only recently started using freebsd. I used this guide here to help me...
  19. neogeo

    Building a port builder on the cloud - Root filesystem @ FreeBSD 13.0 on Azure?

    While researching an idea of using Microsoft Azure as a cloud service provider for a FreeBSD 13.1 build host - among other available options in cloud services and VPS instances, of course - I'd found the FreeBSD 13.0 release at the Microsoft Azure Marketplace. The page at Microsoft's Azure...
  20. kr0m

    Solved Degraded ZFS pool reports wrong disks information

    Hello, i am testing ZFS mirror installation in a server, but when i get the mirror degraded the disk information reported by zpool status seems incorrect. Its a fresh installation of: 13.0-RELEASE The partition layout generated by the installer for both disks, ada0 and ada1 are: root@odissey:~...
Back
Top