You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to create encrypted datasets/volumes automatically, the key material may only be generated during the initial setup.
This requires a fact that makes it possible to test for the presence of datasets/volumes in a pool so that the key material is not generated again.
Describe the Solution You Would Like
An simple puppet like this:
$facts['zfs']['']['<volume/dataset name>']
Optional the fact can provide additional information about the pool and the volumes/datasets
So that this code will work:
Do this manual on the server, because the key material will only present temporary on an ram disk on the server.
So the "creates" of exec will not an option.
The text was updated successfully, but these errors were encountered:
Use Case
If you want to create encrypted datasets/volumes automatically, the key material may only be generated during the initial setup.
This requires a fact that makes it possible to test for the presence of datasets/volumes in a pool so that the key material is not generated again.
Describe the Solution You Would Like
An simple puppet like this:
$facts['zfs']['']['<volume/dataset name>']
Optional the fact can provide additional information about the pool and the volumes/datasets
So that this code will work:
Describe Alternatives You've Considered
Do this manual on the server, because the key material will only present temporary on an ram disk on the server.
So the "creates" of exec will not an option.
The text was updated successfully, but these errors were encountered: