Re: [ovirt-devel] WFLYCTL0348: Timeout after [300] seconds waiting for service container stability

2018-01-02 Thread Yedidyah Bar David
No, not fixed yet. Can someone please have a look? Thanks. On Mon, Jan 1, 2018 at 3:55 PM, Yedidyah Bar David wrote: > Please ignore for now, I think I found the reason. Sorry for the noise. > > On Mon, Jan 1, 2018 at 3:47 PM, Yedidyah Bar David > wrote: > >>

Re: [ovirt-devel] WFLYCTL0348: Timeout after [300] seconds waiting for service container stability

2018-01-02 Thread Martin Perina
Tracked by https://bugzilla.redhat.com/show_bug.cgi?id=1528292 On Tue, Jan 2, 2018 at 10:51 AM, Yedidyah Bar David wrote: > No, not fixed yet. Can someone please have a look? Thanks. > > On Mon, Jan 1, 2018 at 3:55 PM, Yedidyah Bar David > wrote: > >> Please

[ovirt-devel] [ovirt-users] cloud-init not working on master/4.2?

2018-01-02 Thread Roy Golan
I had problems bootstrapping my glance images, cloud init seems to ignore my password changes and then I realized I'm missing the cdrom in the domxml. To solve it I disabled the DomainXML feature(engine preparing the domxml, not vdsm) and it started working. Before I open a bug can anyone try to

Re: [ovirt-devel] [ovirt-users] cloud-init not working on master/4.2?

2018-01-02 Thread Eitan Raviv
Roy, What do you mean 'ignored my password changes'? what is a flow that reproduces your problem? On Tue, Jan 2, 2018 at 1:59 PM, Roy Golan wrote: > I had problems bootstrapping my glance images, cloud init seems to ignore > my password changes and then I realized I'm

Re: [ovirt-devel] sslStompReactor just created once, may cause engine failed to connect to new node

2018-01-02 Thread pengyixiang
hello I think If our engine want to talk to vdsm, we need generate certs for host in engine, so [1] is our shell script for genrating certs, see at the red codes, we need these steps: a) generate vdsmkey b) generate request c) issue certs for vdsm d) import and store vdsmCerts to

[ovirt-devel] why we need "postZero" and discard the block device in deleteVolumes(class Image) in vdsm?

2018-01-02 Thread pengyixiang
hello, everyone! when Image.delete called in vdsm, we need a param "discart" in [1], then I find is just supported by block and "/sbin/blkdiscard" called in last in [2], but I don't know why we need to discard the block devices rather than directly use "rm -f" ? and what time we need set

Re: [ovirt-devel] [ovirt-users] cloud-init not working on master/4.2?

2018-01-02 Thread Barak Korren
On 2 January 2018 at 22:17, Roy Golan wrote: > > > On Tue, 2 Jan 2018 at 14:10 Eitan Raviv wrote: >> >> Roy, >> What do you mean 'ignored my password changes'? > > > I set the root pwd of my VM using cloud-init but I wasn't able to login. Try to see if you

Re: [ovirt-devel] why we need "postZero" and discard the block device in deleteVolumes(class Image) in vdsm?

2018-01-02 Thread Idan Shaby
Hi, The fields "discard" and "postZero" are sent to vdsm by the engine in order to implement the "Discard After Delete" and "Wipe After Delete" features. When a storage domain is marked with Discard After Delete, a disk that is removed from that storage domain is discarded before it's removed.

Re: [ovirt-devel] [ovirt-users] cloud-init not working on master/4.2?

2018-01-02 Thread Roy Golan
On Wed, 3 Jan 2018 at 07:54 Barak Korren wrote: > On 2 January 2018 at 22:17, Roy Golan wrote: > > > > > > On Tue, 2 Jan 2018 at 14:10 Eitan Raviv wrote: > >> > >> Roy, > >> What do you mean 'ignored my password changes'? > > > > > > I

Re: [ovirt-devel] sslStompReactor just created once, may cause engine failed to connect to new node

2018-01-02 Thread Piotr Kliczewski
Hello, One instance of a reactor was done by design. Can you please provide steps how do you use the code and why do you need to change .truststore? Thanks, Piotr On Wed, Dec 27, 2017 at 2:16 AM, pengyixiang wrote: > hello > If we add a new node, we generate vdsm certs

Re: [ovirt-devel] [ovirt-users] cloud-init not working on master/4.2?

2018-01-02 Thread Roy Golan
On Tue, 2 Jan 2018 at 14:10 Eitan Raviv wrote: > Roy, > What do you mean 'ignored my password changes'? > I set the root pwd of my VM using cloud-init but I wasn't able to login. what is a flow that reproduces your problem? > > - Import Centos 7 base image from ovirt-glance