My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 54: Replication requires FQDNs, should accept simple hostnames or ip addresses
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  daniel.r.kegel
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by daniel.r.kegel, Feb 07, 2008
Currently remote replication only works if you specify
hosts as fully qualified domain names.
We ought to support partially qualified domain names
or even numerical IP addresses.
Comment 1 by pgquiles, Feb 07, 2008
It's not exactly like that.

FQDNs do not work either by themselves. What works is, in "zumastor define target"
and "zumastor define source" you must use the same name `uname -n` returns. Anything
else, replication fails.

Comment 2 by pgquiles, Feb 08, 2008
I didn't say it in my former comment because it's obvious, but as FQDNs do not work,
what `uname -n` returns in each peer (original and replica) must resolve to a valid
IP or replication won't work.

It would be nice to include this comment and the previous one in the howto until this
issue is fixed.

Comment 3 by pgquiles, Feb 12, 2008
The attached patch to the howto:
- the tricks in comment 1 about FQDN
- warnings about broken resizing ( issue 60 )

Sorry for not splitting the patch

resize_devices_fqdn_in_replication.patch
11.2 KB Download
Comment 4 by williamanowak, Feb 12, 2008
Applied patch
Sign in to add a comment

Hosted by Google Code