Skip to content
#

zfs

Here are 328 public repositories matching this topic...

jas01
jas01 commented May 9, 2018

Hi,

Just install on a fresh install FreeBSD-11.1-p9 iocage.

When I launch iocage without /dev/fd (fdescfs) it took almost 30 sec (visual chrono) to get the help message

[root@filer]# time iocage > /dev/null
real    0m24.993s
user    0m8.856s
sys     0m16.138s
[root@filer]# 

But if I mount the /dev/fd

[root@filer]# time iocage > /dev/null
real    0m0.401s
user    0m
problame
problame commented Jan 16, 2022

If there is nothing but a replication cursor bookmark on the sender, and the receiver has no snapshots, zrepl currently fails with

no common snapshot or suitable bookmark between sender and receiver

Given that a previous replication must have been successful (otherwise the replication cursor would not have been created), that is technically correct.
But: users who don't know about bookmar

Improve this page

Add a description, image, and links to the zfs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zfs topic, visit your repo's landing page and select "manage topics."

Learn more