Questions tagged [zfs]

ZFS is a modern file system and volume manager originally developed by Sun Microsystems and licensed under the CDDL. It is a copy-on-write file system with support for large storage arrays, protection against corruption, snapshots, clones, compression, deduplication and NFSv4 ACLs. An open-source fork of ZFS can be found at http://open-zfs.org/ , which is supported by ZFSonlinux.org, illumos.org and ZFS developers in the FreeBSD & Mac OS X communities.

ZFS is supported out of the box on a number of operating systems:

  • Solaris 10
  • Oracle Solaris 11 Express
  • FreeBSD
  • NexentaStor
  • illumos - specifically, illumos-based distributions, like:
    • Nexenta's illumian
    • Joyent's SmartOS (server OS with strong focus on virtualization)
    • OmniTI's OmniOS (general purpose server OS)
    • OpenIndiana (general purpose desktop/server OS)

Due to license incompatibilities, the CDDL licensed ZFS code cannot be distributed as part of the GPL licensed Linux kernel. Other alternatives methods are available for running ZFS on Linux:

1391 questions
1
vote
3 answers

Can I access a ZFS Volume as if it were a file?

Ok... sounds like a strange question, but bear with me. Can I access a ZFS volume as if it were a file? Specifically, can I share a ZFS volume as a file over NFS? Here's what I'm doing: I have ZFS Volumes which I am sharing via iSCSI to a Mac OS X…
Josh
  • 9,190
  • 28
  • 80
  • 128
1
vote
2 answers

Should I use USB drive for Solaris 11 Express

Debating on if I should use a 16gb USB drive for my Solaris 11 Express SAN server. I intend to use Deduplication which I believe may be IO intensive for the DB. Though I can't be sure. The SAN server is expected to be on 24/7 for a number of…
1
vote
1 answer

Solaris ZFS dataset delegated to a Zone is not mounted after server (or zone) reboot

We have Solaris11 Express server with Zones A Zone delegated ZFS dataset is not remounted after Zone or Server reboot. (mountpoint property is set on ZFS dataset) What can be missing in ZFS or Zone configuration ?
Bigmyx
  • 97
  • 1
  • 1
  • 9
1
vote
3 answers

How to transfer data from Linux to Solaris (OpenIndiana)?

I currently have my server setup with a Linux software RAID5 (mdamd). I have LVM on top of that, with ext3 filesystems on the Logical Volumes. This setup is mirrored on an external multi-drive enclosure. I'm considering switching to Solaris…
jáquer
  • 133
  • 1
  • 6
1
vote
3 answers

Where is my free memory? (Solaris 10)

I have a default Solaris 10 installation running on a 64GB box. For some reason, not all of the memory is available for use. The reason I'm even bothered by it, is because I'm trying to get mysql to run there, and give it 58GB of RAM, or more, but…
shlomoid
  • 289
  • 3
  • 14
1
vote
3 answers

Migrate zpool to new SAS controller

Long ago, we bought an Adaptec 31605 under the impression that: a) it could do true JBOD, and b) it was well supported on OpenSolaris. Turns out both of these were incorrect. I'm trying to get my zpool onto a NexentaStor Enterprise OS, but to do…
Sysadminicus
  • 596
  • 4
  • 8
  • 20
1
vote
2 answers

Upgrade Nexenta to Solaris Express?

I've had a NAS built on Nextenta that has worked great for a while. However, I'm looking to upgrade the NAS to run Solaris Express 11 as it's better support by my company's IT department, as well as having direct support from Oracle. I've currently…
growse
  • 8,020
  • 13
  • 74
  • 115
1
vote
2 answers

Debug Nexenta/OpenSolaris core files?

I have a Sun x4540 that was recently converted to NexentaStor Enterprise Edition from an earlier OpenSolaris. The system disks were wiped and the zpools were exported and reimported. I'm hosting roughly 30 virtual machines to VMWare vSphere over NFS…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
1
vote
2 answers

how many disks can saturate a 6GSAS controller ? :LSI 9260-8i

This is my build: LSI 9260-8i: MAX read throughput of 2,875 MB/s, write performance of 1,800 MB/s 24x SAS 10K RPM drives 2x 100GB Dell SSDR (SATA) drives for ZIL and L2ARC All plugged to same controller. With ZFS as the file system, can the…
JMS77
  • 1,275
  • 5
  • 27
  • 45
1
vote
2 answers

Horror stories with Sun ZFS?

My companny is considering purchasing two 7320's in a cluster. Anybody have anything good or bad to say about the platform?
Clint Priest
  • 131
  • 1
  • 5
1
vote
1 answer

FreeNAS + ZFS for redundant pooling?

We currently have a box with 2 1 TB hard drives in, yesterday I installed FreeNAS and have been playing with the functions, its a very nice bit of software but I'm a little confused by the pooling aspect. By the end of the year I'd like to have 6…
Dom Hodgson
  • 113
  • 4
1
vote
1 answer

sharemgr with smb hates file system mount points?

I've migrated my zfs pool back into Solaris 11. I'd been happily sharing files on linux with ZFS-fuse and samba before, and FreeBSD 8.1 using samba before that. I have some data sets within data sets in ZFS something like the…
RandomInsano
  • 451
  • 1
  • 5
  • 19
1
vote
2 answers

Finding ZFS .zfs/snapshots directory in OpenSolaris

My home directory in OpenSolaris 0906 is part of the zpool rpool. I can view the pool in zpool list. I can view the file system in zfs list. I can create snapshots. I can use zfs list and see a list of the snapshots I've taken. It's my understanding…
caleban
  • 1,116
  • 5
  • 18
  • 34
1
vote
1 answer

how to mount ZFS with mfsbsd

We need to mount zfs under mfsbsd to correct some scripts. zfs mount -a does nothing, zfs list the same. zpool shows two hard drives. Would be nice if someone could help me to solve this.
Loner
1
vote
1 answer

Solaris 10 iSCSI and zfs zvol devices

Has anyone an experience working with Solaris 10 iSCSI and zfs zvol devices? From my experience in OpenSolaris 2009.6, zvol devices are slow and people use files as a disk images to store LUNs, it's may be unsafe but is the only one way to get a…
disserman
  • 1,850
  • 2
  • 17
  • 35