On 11/28/2013 03:53 AM, Haim Ateya wrote:
----- Original Message -----
> From: "Bob Doolittle" <bob(a)doolittle.us.com>
> To: dron(a)redhat.com
> Cc: users(a)ovirt.org
> Sent: Wednesday, November 27, 2013 12:16:30 AM
> Subject: Re: [Users] Documentation: Storage Domain conversion from Data Domain to
Export Domain
>
>
> On 11/26/2013 03:27 PM, Dafna Ron wrote:
>> sql -U postgres engine -c 'select connection from
>> storage_server_connections;'
> So now that we determined that I have stale connection state in my DB,
> any suggestions as to how I might clear it out safely?
>
> I tried rebooting my Engine, but the connection is still in the DB and
> it still doesn't show in the Admin Portal.
Hi Bob,
you can try the following command:
engine=# delete FROM storage_server_connections where connection =
'172.16.0.58:/export/VM_EXPORTDOMAIN';
this should allow you re-create your storage domain.
Thanks Haim!
I would appreciate if you could file a bug against it.
I got into this situation with some unsupported hacking, and am not sure
whether I would have hit this same issue without it or not.
Do you believe this stale data was simply a result of trying to add a
Host while it had a default iptables configuration active? If it's that
simple I'm happy to open the bug. But if it was a result of trying to
manually convert an old Data NFS Domain into an Export NFS Domain that's
not worth opening a bug since an official feature to do this is in
development.
Please advise.
Thanks,
Bob