Skip to content
#

zfs

Here are 272 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
DavieDavieDave
DavieDavieDave commented Oct 12, 2020

I have a remote machine configured as a 'sink' to an encrypted dataset. I'd like this dataset to unmounted and locked when the data is at rest. At the moment, I have a cron job that mounts and unlocks the dataset remotely prior to waking up the push job. What I would like is the ability to run pre and post command prior to/after running the job. I see something similar in issue #74 for snapshots.

pawanpraka1
pawanpraka1 commented May 21, 2020

Describe the problem/challenge you have

When volume creation fails, we have to go the Node agent and check the logs to know the failure reason.

Describe the solution you'd like

It will be good to add event to the ZFSVolume CR with success event and failure event with the reason.

Code Block

This is the place where volume gets created, we need to add events to the ZV obj

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

You can’t perform that action at this time.