Bug 854320

Summary: parameter --sync-id isn't being accepted by ipvsadm.
Product: Red Hat Enterprise Linux 6 Reporter: Leon Keijser <leon>
Component: ipvsadmAssignee: Ryan O'Hara <rohara>
Status: CLOSED WORKSFORME QA Contact: Cluster QE <mspqa-list>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.5CC: cluster-maint
Target Milestone: rcKeywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-24 19:56:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Leon Keijser 2012-09-04 15:57:48 UTC
Description of problem:
The parameter --sync-id isn't being accepted by ipvsadm.

Version-Release number of selected component (if applicable):
ipvsadm-1.25-10.el6.x86_64

How reproducible:
Start ipvsadm in sync daemon mode with sync-id parameter

Steps to Reproduce:
1. start ipvsadm sync daemon as:
# ipvsadm --start-daemon master --sync-id 100 --mcast-interface eth0
  
Actual results:
ipvsadm throws an error:
--sync-id: unknown option

Expected results:
ipvsadm starts the sync daemon in master mode

Additional info:
none

Comment 2 Ryan O'Hara 2012-09-04 18:31:07 UTC
The ipvsadm option is '--syncid', not '--sync-id'. Please refer to ipvsadm(8) man page for more information.

Comment 3 Leon Keijser 2012-09-05 08:38:21 UTC
You're right, but the --syncid parameter is still not being accepted:

# ipvsadm --start-daemon master --syncid 50 --mcast-interface eth0
Illegal 'syncid' option with the 'start-daemon' command


Please consider reopening this ticket, thanks.

Comment 4 Ryan O'Hara 2012-09-05 13:15:27 UTC
I've reopened the ticket, but the command posted in comment #3 works for me:

# rpm -q ipvsadm
ipvsadm-1.25-10.el6.x86_64

# ipvsadm --start-daemon master --syncid 50 --mcast-interface eth0
# ipvsadm --list --daemon
master sync daemon (mcast=eth0, syncid=50)

Comment 5 Ryan O'Hara 2012-09-17 14:57:03 UTC
Any more information on this problem?

Comment 6 Leon Keijser 2012-09-19 12:02:42 UTC
Unfortunately not. I'm very sorry to have wasted your time. The machine that caused the issue has since been reinstalled and the problem with --syncid seems to have disappeared, so this ticket can be closed again. Again, my apologies.

Comment 7 Ryan O'Hara 2012-09-24 19:56:24 UTC
No problem. Glad that you got it working.