Hi All,
Sorry
+if [ ${ver_str[0]} -le 2 -a ${ver_str[1]} -le 5 ]; then
I missed.
+if [ ${ver_str[0]} -lt 2 -o ${ver_str[0]} -eq 2 -a ${ver_str[1]} -lt 5 ];
then
Thanks.
Hideo Yamauchi.
--- On Mon, 2011/6/6, renayama19661...@ybb.ne.jp
wrote:
> Hi All,
>
> I send a patch in c
Florian
Please find attached an "updated" version of the 'lxc resource agent'.
It is based on the up-line lxc resource agent so these changes should be
relatively easily merged (one day I work out how to create patches).
I have re-added screen support as an option (off by default).
My reasoning
Hi All,
The next patch supports a loop of the waiting of the start processing
successively.
The start processing revised it like other resource agents to wait on for start.
Best Regards,
Hideo Yamauchi.
--- On Mon, 2011/6/6, renayama19661...@ybb.ne.jp
wrote:
> Hi All,
>
> I send a patch in
Florian
I have done some "live fire" testing of the updated lxc resource.
I noted that "screens" has been depreciated in favour of running the lxc
as a daemon, with output going to a new log file
Unfortunately when i used it in this configuration I cannot connect to
the running container and all
Hi All,
I send a patch in conjunction with the status processing.
It is made the following modifications.
* Carry out status processing in a version judgment
* Change of the parameter check
* Error log when status processing failed
* Value set of the ret variable
I send the patch of other