On Wed, Sep 11, 2019 at 1:54 PM Fred Rolland <frolland(a)redhat.com> wrote:
But if you have a local storage domain, it cannot be changed. Local domain
are
not compatible with shared domains - they do not use sanlock so there is no
way
to use such domain in a shared DC accessed from multiple hosts.
On Fri, Sep 6, 2019 at 7:41 PM Nir Soffer <nsoffer(a)redhat.com>
wrote:
>
>
> On Fri, Sep 6, 2019, 19:02 <scott.fitzgerald(a)oracle.com> wrote:
>
>> Hi Nir,
>>
>> My colleague found a solution:
>>
>> import static org.ovirt.engine.sdk4.builders.Builders.dataCenter;
>> .
>> .
>> .
>>
>>
systemService.dataCentersService().dataCenterService(datCenter.id()).update().dataCenter(dataCenter().local(true/false)).send();
>>
>> Depending on the true/false the value can be changed between Shared and
>> Local.
>>
>
> It looks like a bug, don't depend on it.
>
>
> _______________________________________________
>> Devel mailing list -- devel(a)ovirt.org
>> To unsubscribe send an email to devel-leave(a)ovirt.org
>> Privacy Statement:
https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>>
https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>>
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/G5QDTZI7PTP...
>>
> _______________________________________________
> Devel mailing list -- devel(a)ovirt.org
> To unsubscribe send an email to devel-leave(a)ovirt.org
> Privacy Statement:
https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
>
https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
>
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/NVROR2BGVEW...
>