se the email address you used to send the CLA (sh...@selectel.ru)
>
>
>
> *From:* Игорь Шестаков [mailto:sh...@selectel.ru]
> *Sent:* Montag, 30. Dezember 2013 12:12
>
> *To:* Dietmar Maurer
> *Cc:* pve-devel
> *Subject:* Re: [pve-devel] [PATCH][pve-manager] Changes set_us
Yes, i test it with patched vzctl
It mount vm, set password and unmount vm(for ploop and for simfs too)
On Mon, Dec 30, 2013 at 3:07 PM, Dietmar Maurer wrote:
> > what about this patch?
>
> There is no changelog - so what changed from previous version? Is it
> tested this time?
>
>
--
С уваж
Hello and merry Christmas!
what about this patch?
On Mon, Dec 16, 2013 at 7:35 PM, Игорь Шестаков wrote:
> From 8118b81626a73fcb83b6b21d498b6724c4b63817 Mon Sep 17 00:00:00 2001
> From: Igor Shestakov
> Date: Mon, 16 Dec 2013 17:39:09 +0400
> Subject: [PATCH] changed set_rootp
>From 8118b81626a73fcb83b6b21d498b6724c4b63817 Mon Sep 17 00:00:00 2001
From: Igor Shestakov
Date: Mon, 16 Dec 2013 17:39:09 +0400
Subject: [PATCH] changed set_rootpasswd method for ploop support
Signed-off-by: Igor Shestakov
---
PVE/API2/OpenVZ.pm | 12 +++-
PVE/OpenVZ.pm | 7 ++
Can we apply this patch as preparation for future ploop use?
If yes, later(this week) i send you correct patch.
On Thu, Nov 14, 2013 at 1:52 PM, Dietmar Maurer wrote:
> > And we need to discuss, how to solve this problem. We need to update
> vzctl in
> > new versions of proxmox and somehow pas
On Mon, Nov 11, 2013 at 9:25 AM, Dietmar Maurer wrote:
> Please can you use 'git send-email' to send patches? Also add correct
> 'signed-of-by' entries.
>
> > diff --git a/PVE/OpenVZ.pm b/PVE/OpenVZ.pm
> > index a16d4fc..7788f66 100644
> > --- a/PVE/OpenVZ.pm
> > +++ b/PVE/OpenVZ.pm
> > @@ -1244,
On Tue, Nov 5, 2013 at 7:31 PM, Dietmar Maurer wrote:
> > No matter, what error i get. If there is an error, container must be
> restored on first node with condition, that it has on suspend.
>
> But that restore can also fail.
>
> So most times it is better to migrate, because you have the data
Yes, now it's ok.
Thanks.
On Wed, Nov 6, 2013 at 1:50 PM, Dietmar Maurer wrote:
> fixed - please can you test again?
>
>
>
> Does that work for you?
>
> Trying create CT from GUI. On network step cannot type any letter.
>
>
>
> With command line (pvesh) working.
>
>
>
>
> > With this patch yo
What about this patch?
On Mon, Oct 28, 2013 at 1:31 PM, Игорь Шестаков wrote:
> Done.
>
> diff --git a/PVE/OpenVZ.pm b/PVE/OpenVZ.pm
> index a16d4fc..7788f66 100644
> --- a/PVE/OpenVZ.pm
> +++ b/PVE/OpenVZ.pm
> @@ -1244,13 +1244,13 @@ sub replacepw {
> }
>
>
On Wed, Oct 30, 2013 at 4:04 PM, Dietmar Maurer wrote:
> First, many thank for the patch. But we only include patches if you sign a
> contributor
> agreement, see http://pve.proxmox.com/wiki/Developer_Documentation(section
> Copyright).
>
> Besides, I just applied a patch with similar functional
On Fri, Nov 1, 2013 at 6:39 PM, Dietmar Maurer wrote:
> > If one of this actions fail, it MUST be restored on current node.
>
> At some point it is no longer possible to restore on current node.
>
At what point?
Ok, look at online migration.
We can restore container at any time. After 1st sync(a
When you migrate vm from one node to another, and it fail(any reason),
Proxmox delete local copy of vm on local node.
Logic of migrate must be like this.
1 - Copy CT to another node
2 - sync CT
3 - suspend, dump
4 - copy on another node
5 - restore, unsuspend.
If one of this actions fail, it MUST
Hello.
There is a LDAP auth in proxmox.
And i'm don't understand, why i need to create users in LDAP and in Proxmox
panel?
Maybe we can make a some sort of switch/checkbox, that switch users
auto-creation?
Of course we need to get from LDAP some more data, such as group.
We can add some more textb
We need to support it, because of RFC. http://tools.ietf.org/html/rfc4291
On Tue, Oct 29, 2013 at 7:27 PM, Dietmar Maurer wrote:
> > With this patch you can set valid ipv6 address to openvz container on
> creation.
> > Require package Regexp::IPv6 (cpan Regexp::IPv6) or debian
> package librege
Require: correctly node setup(https://openvz.org/Ipv6).
On Mon, Oct 28, 2013 at 4:22 PM, Игорь Шестаков wrote:
> With this patch you can set valid ipv6 address to openvz container on
> creation.
> Require package Regexp::IPv6 (cpan Regexp::IPv6)
> or debian package librege
With this patch you can set valid ipv6 address to openvz container on
creation.
Require package Regexp::IPv6 (cpan Regexp::IPv6)
or debian package libregexp-ipv6-perl.
diff --git a/PVE/OpenVZ.pm b/PVE/OpenVZ.pm
index a16d4fc..bc89f50 100644
--- a/PVE/OpenVZ.pm
+++ b/PVE/OpenVZ.pm
@@ -6,6 +6,7 @@ u
Done.
diff --git a/PVE/OpenVZ.pm b/PVE/OpenVZ.pm
index a16d4fc..7788f66 100644
--- a/PVE/OpenVZ.pm
+++ b/PVE/OpenVZ.pm
@@ -1244,13 +1244,13 @@ sub replacepw {
}
sub set_rootpasswd {
-my ($privatedir, $opt_rootpasswd) = @_;
+my ($opt_rootpasswd, $rootdir) = @_;
-my $pwfile = "$priva
> > And if we use "vzctl mount", we must pass "VE_ROOT" to function.
>
> Why?
>
vzctl mounting any image/simfs to VE_ROOT. If we use ploop, in VE_PRIVATE
we only heave XML file with description and image file.
___
pve-devel mailing list
pve-devel@pve.pro
to use "vzctl mount" for simfs too.
On Fri, Oct 25, 2013 at 7:25 PM, Dietmar Maurer wrote:
> Sorry if this is a stupid question, but does 'vzctl mount' does not work
> with ploop?
>
> > -Original Message-
> > From: Игорь Шестаков [mailto:sh...
Yes, you are right. I need to send changed version?
On Fri, Oct 25, 2013 at 5:53 PM, Michael Rasmussen wrote:
> On Fri, 25 Oct 2013 17:37:19 +0400
> Игорь Шестаков wrote:
>
> > + my $fstype = "ext4";
> Just a comment: What will happen in case the file system is
Done
diff --git a/PVE/API2/OpenVZ.pm b/PVE/API2/OpenVZ.pm
index 06fe60b..eeba1a2 100644
--- a/PVE/API2/OpenVZ.pm
+++ b/PVE/API2/OpenVZ.pm
@@ -413,7 +413,7 @@ __PACKAGE__->register_method({
# hack: vzctl '--userpasswd' starts the CT, but we want
# to avoid that for create
- PVE::OpenVZ::set_ro
Previous solution work only with simfs.
If we use ploop, we need to mount VM image and then change password.
Why we can't solve this with simple, built-in solution?
VM will start, but only for password change.
On Thu, Oct 24, 2013 at 7:18 PM, Dietmar Maurer wrote:
> > - # hack:
Hello. I'm newbie here.
Does anyone discuss about block devices IO limits(thru cgroups) for openvz?
Thanks
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
23 matches
Mail list logo