-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error of resource create #17
Comments
Hello. Did you create the ZFS zpool yet? If so, what is the ZFS zpool's name and what command did you use to create it? |
Thank you for getting back to me. [root@rhino-nfs-3-1 ~]# zpool status
errors: No known data errors |
Here is the command I used: |
Create the ZFS pool with For the PCS resource, go ahead and try it without the "params" keyword. |
Hi,
I'm following the steps to here and got errors:
[root@rhino-nfs-3-1 ~]# pcs resource create pool1 ZFS params pool="pool1" importargs="-d /dev/mapper/" op start timeout="90" op stop timeout="90" --group=nfsgrp
Error: missing value of 'params' option
CentOS7.4, ZFS 0.7.8
Thanks,
-H
The text was updated successfully, but these errors were encountered: