Re: [Devel] /etc/vz/conf/$VEID.start broken?

2008-03-12 Thread Kir Kolyshkin
Thomas Sattler wrote: Hi there ... According to Kir's Mail exec early script at start from January the 16th (*1), a file called /etc/vz/conf/9.start should be run as soon as VE no 9 has been started. *1) http://openvz.org/pipermail/devel/2008-January/010396.html I can confirm this for .mount

Re: [Devel] [PATCH] Routing table change in vps-functions for complex setups

2008-03-12 Thread Kir Kolyshkin
Hi Chris, Sorry for the long time to reply. This is the comment from our network expert Alexey Kuznetsov, regarding your patch. This is legal. This makes sense. I would not do this, because local table was not supposed to be used to hardwire some routes except for truly local ones. I am

[Devel] Re: [PATCH 2/2] Make res_counter hierarchical

2008-03-12 Thread YAMAMOTO Takashi
@@ -36,10 +37,26 @@ int res_counter_charge(struct res_counter *counter, unsigned long val) { int ret; unsigned long flags; + struct res_counter *c, *unroll_c; + + local_irq_save(flags); + for (c = counter; c != NULL; c = c-parent) { +

[Devel] Re: [PATCH 2/2] Make res_counter hierarchical

2008-03-12 Thread YAMAMOTO Takashi
@@ -36,10 +37,26 @@ int res_counter_charge(struct res_counter *counter, unsigned long val) { int ret; unsigned long flags; + struct res_counter *c, *unroll_c; + + local_irq_save(flags); + for (c = counter; c != NULL; c = c-parent) { +