mirror of
https://github.com/ewwhite/zfs-ha.git
synced 2026-05-15 22:05:04 -06:00
[GH-ISSUE #11] test: integer expression expected #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/zfs-ha#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmaziuk on GitHub (Jul 27, 2017).
Original GitHub issue: https://github.com/ewwhite/zfs-ha/issues/11
Failover message:
resource-zfs_stop_0:14810:stderr [ /usr/lib/ocf/resource.d/heartbeat/ZFS: line 35: [: : integer expression expected ]Seems to be cosmetic, failover works fine, so I haven't looked it yet. Will post an update if/when I get a round tuit. ;)
@ewwhite commented on GitHub (Aug 3, 2017):
Oh, easy fix... Use
==instead ofeqon line 35.@dmaziuk commented on GitHub (Aug 4, 2017):
Thanks, I just got back from vacation and have a backlog of stuff to do, so haven't had time to look myself. Now that you mention it,
==is actually a bashism, it should be=for/bin/test(which bash will apparently accept as well as==);)
thanks again