Search results

  1. redixin

    freebsd aoe target (ata over ethernet)

    This module is for importing disks, not for targeting(exporting).
  2. redixin

    freebsd aoe target (ata over ethernet)

    Is there ability to export disks via AoE in FreeBSD?
  3. redixin

    jail and zfs

    I can change quotas from host machine too, but can you do the same from the jail? something like # hostname host.domain.com # jexec 1 sh # hostname jail.host.domain.com # zfs set quota ......
  4. redixin

    jail and zfs

    yep. I log in to jail via ssh, and creating/deleting filesystems ok: storage# zfs create tank/homes/test2 storage# zfs list tank/homes/test2 NAME USED AVAIL REFER MOUNTPOINT tank/homes/test2 24.0K 100G 24.0K /homes/test2 storage# zfs set quota=10M tank/homes/test2...
  5. redixin

    ZFS fail simulation

    I tried to remove two disks. Heh, raidz became unavailable, but geom still works. With one removed drive -- zfs degraded but working, gmirror of course ok. About swap -- it is better to use one more slice, without mirroring or something, or even swap file on zfs.
  6. redixin

    ZFS fail simulation

    I divided 3 HDDs in 2 slices (20G for system, and rest for the rest), joined first slices to gmirror, and the rest for raidz. [root@backup ~]# gmirror list | grep Name 1. Name: mirror/m0 1. Name: ad6s1 2. Name: ad7s1 3. Name: ad9s1 [root@backup ~]# zpool status pool: tank state: ONLINE...
  7. redixin

    jail and zfs

    I got zfs within the jail, can create FSs, snapshots and so on, bu I can't set quota for filesystems: # zfs set quota=8M tank/homes/test1 cannot set property for 'tank/homes/test1': permission denied is this feature or bug?
Back
Top