[GH-ISSUE #14] Error "cannot import 'vol1': no such pool available" #14

Closed
opened 2026-05-05 03:28:42 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @botranvan on GitHub (Oct 5, 2017).
Original GitHub issue: https://github.com/ewwhite/zfs-ha/issues/14

When I deploy for a HA Cluster and I installed zfs on 2 nodes done is lb01 and lb02.
While I creating a zfs resource, i have an error "cannot import 'vol1': no such pool available" on lb02 node although i run commands same as on both nodes.
And when i created a zfs resource, whole storage pool mounting by zfs become unmount :'(

Help me, please!!!
Thank you!

Originally created by @botranvan on GitHub (Oct 5, 2017). Original GitHub issue: https://github.com/ewwhite/zfs-ha/issues/14 When I deploy for a HA Cluster and I installed zfs on 2 nodes done is `lb01` and `lb02`. While I creating a zfs resource, i have an error "cannot import 'vol1': no such pool available" on `lb02` node although i run commands same as on both nodes. And when i created a zfs resource, whole storage pool mounting by zfs become unmount :'( Help me, please!!! Thank you!
Author
Owner

@botranvan commented on GitHub (Oct 5, 2017):

I was fixed error by create a new resource by run command:

pcs resource create vol1 ZFS pool="vol1" \
op start timeout="90" \
op stop timeout="90" \
--group=group-vol1

instead of:

pcs resource create vol1 ZFS pool="vol1" importargs="-d /dev/mapper/" \
op start timeout="90" \
op stop timeout="90" \
--group=group-vol1

Sorry for this!! =))

<!-- gh-comment-id:334353940 --> @botranvan commented on GitHub (Oct 5, 2017): I was fixed error by create a new resource by run command: pcs resource create vol1 ZFS pool="vol1" \ op start timeout="90" \ op stop timeout="90" \ --group=group-vol1 instead of: pcs resource create vol1 ZFS pool="vol1" importargs="-d /dev/mapper/" \ op start timeout="90" \ op stop timeout="90" \ --group=group-vol1 Sorry for this!! =))
Author
Owner

@ewwhite commented on GitHub (Oct 11, 2017):

So, this is resolved?

<!-- gh-comment-id:335902015 --> @ewwhite commented on GitHub (Oct 11, 2017): So, this is resolved?
Author
Owner

@botranvan commented on GitHub (Oct 12, 2017):

Yes, I done!
Thank you very much for that guide!

<!-- gh-comment-id:336018330 --> @botranvan commented on GitHub (Oct 12, 2017): Yes, I done! Thank you very much for that guide!
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/zfs-ha#14
No description provided.