[Devel] [PATCH rh7] ploop: disable WRITE SAME for io_kaio

2015-12-23 Thread Maxim Patlasov
kaio doesn't support WRITE SAME, so the patch disables it https://jira.sw.ru/browse/PSBM-41965 Signed-off-by: Maxim Patlasov --- drivers/block/ploop/io_kaio.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/block/ploop/io_kaio.c b/drivers/block/ploop/io_kaio.c index db900a3..79aa

Re: [Devel] Select fastest mirror capability for vztempl-dl

2015-12-23 Thread Sergey Bronnikov
Hi, Pavel it is indeed good idea to choose nearest openvz mirror automatically. But from my point of view it is better to implement it as a patch for vztmpl-dl instead of separate script. Kir, what is your opinion? Sergey > Hello, folks! > > I have developed some code in context https://bugs.o

Re: [Devel] Select fastest mirror capability for vztempl-dl

2015-12-23 Thread Cyrill Gorcunov
On Wed, Dec 23, 2015 at 03:53:39PM +0300, Pavel Odintsov wrote: > What about this https://gist.github.com/pavel-odintsov/161b8952640c81932356 > ?:) Brilliant, thanks! ___ Devel mailing list Devel@openvz.org https://lists.openvz.org/mailman/listinfo/deve

Re: [Devel] Select fastest mirror capability for vztempl-dl

2015-12-23 Thread Pavel Odintsov
What about this https://gist.github.com/pavel-odintsov/161b8952640c81932356 ?:) On Wed, Dec 23, 2015 at 3:15 PM, Cyrill Gorcunov wrote: > On Wed, Dec 23, 2015 at 02:59:45PM +0300, Pavel Odintsov wrote: >> Hello, folks! >> >> I have developed some code in context https://bugs.openvz.org/browse/OVZ

Re: [Devel] Select fastest mirror capability for vztempl-dl

2015-12-23 Thread Cyrill Gorcunov
On Wed, Dec 23, 2015 at 02:59:45PM +0300, Pavel Odintsov wrote: > Hello, folks! > > I have developed some code in context https://bugs.openvz.org/browse/OVZ-6641 > > All code you could find below: Looks cool! The email client seems to have screwed/wrapped the contents. Mind to rather attach the

[Devel] Select fastest mirror capability for vztempl-dl

2015-12-23 Thread Pavel Odintsov
Hello, folks! I have developed some code in context https://bugs.openvz.org/browse/OVZ-6641 All code you could find below: #!/usr/bin/perl use strict; use warnings; ### Author pavel.odint...@gmail.com # # This script will fight all lags related to mirror.openvz.org when downloading templates