[Users] Re: Bug in vzmigrate?

Andrey Mirkin major at openvz.org
Thu May 4 04:29:11 EDT 2006


Hello Jim,

You are right, --keep_dst option works incorrect now.

Thanks for your correction!

We will include it in next release.

Regards,
Andrey

> Subject:        [Users] Bug in vzmigrate?
> Date:   Wed, 3 May 2006 13:29:20 -0400 (EDT)
> From:   Jim Zajkowski <jamesez at umich.edu>
> Reply-To:       users at openvz.org
> To:     users at openvz.org
>
>
>
> Hi there!
>
> It seems as though the --keep_dst option is backwards, and looking at the
> code:
>
> undo_private () {
>         if [ $keep_dst -eq 1 ]; then
>                 $SSH "root@$host" "rm -rf $VE_PRIVATE"
>         fi
>         undo_conf
> }
>
> That does not seem quite right to me; it should be -eq 0.
>
> Am I reading this incorrectly?
>
> --Jim



More information about the Users mailing list