Displaying 20 results from an estimated 30000 matches similar to: "libvirt-clone - Slow image cloning on a Server"
2009 Feb 17
1
cloning an already uploaded image using attachment_fu
Hi,
I have an Image model that is attached to a item. The image was uploaded
through attachment_fu. Now, I want to reuse the same image for a new
item. I tried several tips found online. For example in
http://danieloshea.com/articles/254-cloning-images
# Create a clone of an image and it''s thumbnails.
def create_clone
c = self.clone
self.thumbnails.each do
2010 Apr 29
2
Cloning very slow?
Yesterday I cloned one of my VMs and, somewhat implausibly, it took
virt-clone something like 8-9 hours to clone the 8Gb disk image...
Copying it from the command line took a mere 6.5 minutes.
I assume this is a bug, and it's not expected to take this long ;-)
This was using virt-clone from python-virtinst-0.500.2-1.fc12.noarch in
the virt-preview repository.
Tom
--
Tom Hughes (tom at
2018 Apr 07
0
Is it possible to clone an NT ACL from one file or dir to a totally different file or dir ?
On 04/05/2018 08:32 PM, Andrew Bartlett wrote:
> On Sat, 2018-03-24 at 20:38 -0400, Ken McDonald via samba wrote:
>>> By default, step 4 takes forever to run on large datasets because it
>>> uses named entities. My ultimate plan was to use the numeric
>>> user/group id's in that step instead of named ones so the Winbind cost
>>> is not incurred. Seems for
2012 Jun 22
1
[LLVMdev] Cloning block for newbie
Thank you for your help. It's working now.
I wasn't aware of the usefulness of the User class. The ValueMapper.cpp's
"RemapInstruction()" also helped me a lot to remap phi nodes and metadatas.
Thank you very much.
2012/6/21 Michael Ilseman <michael at lunarg.com>
> Please reply-all so that the thread is kept on llvmdev.
>
> The LLVM Programmer's Manual
2015 Nov 10
0
Samba_dlz: canceling trasaction on zone domain
Hi again,
While I've seen a lot of solution use that script, I'm wondering to myself is there any other solution? I'm also curious still does anyone know what these messages mean:
Nov 10 15:45:50 pho-dcpvl-01N named-sdb[9596]: samba_dlz: starting transaction on zone coreontario2.ca
Nov 10 15:45:50 pho-dcpvl-01N named-sdb[9596]: client 172.17.0.30*#33362: update
2012 Dec 04
0
Clone disk image common ancestry/branching.
Hello,
I was wondering if it was possible to support or easily extent libvirt to perform steps like the following when cloning:
# Any existing VMs must be paused or better.
ln $currentimg backing-store.img
qemu-img create -o backing-store.img $currentimg.tmp
qemu-img create -o backing-store.img $newimg
# Get any existing VM using $currentimg.tmp
mv $currentimg.tmp $currentimg
The idea being to
2012 Jun 21
0
[LLVMdev] Cloning block for newbie
Please reply-all so that the thread is kept on llvmdev.
The LLVM Programmer's Manual has examples of how to iterate over many
common structures, such as instructions in a basic block[1]. Other
than that, you can check the source code or doxygen[2].
Basically, you loop over the instructions as detailed in the
programmer's manual[1], and loop over the operands using User's
2015 Jul 20
1
Hot Cloning - clone running Virtual Machines
Greetings,
I am running a test automation service which makes use of QEMU/KVM. As the
tests run for few minutes, the time spent booting the OS (Windows) is quite
a waste of resources so I decided to play a bit around the idea of hot
cloning running VMs.
Following an old discussion I found, I proceeded with saving the VM state
through virsh save, edit its XML file with virsh save-image-edit and
2016 Aug 19
2
OT: Cloning llvm repo over low speed connection != fun
Hah! Woo is me you say...
Have you ever stayed in a non-hilton hotel while traveling? I don't
mean couch surfing, but just average place.. I'd even add some above
average places to the list and when you get 100 people all on the same
line.. it can get "slow"...
Lets also factor in networking policies that favor normal internet
traffic.. So they may allow youtube to stream like
2014 Sep 22
0
Re: unattended cloning
On 09/16/2014 01:19 AM, Adam King wrote:
> Morning,
>
> I have a KVM guest running Win 2012 with MS SQL 2012.
> In order to provide a quick method of restoring the service should the live server die, we've decided to clone it to a preserved state.
> Ideally, this clone should also be kept up to date and cloning should be done on a regular basis.
>
> Is there any
2015 Nov 09
2
Samba_dlz: canceling trasaction on zone domain
Thanks a lot. I'll take a read through it and see if I can get it working.
________________________________________
From: samba [samba-bounces at lists.samba.org] on behalf of Rowland Penny [rowlandpenny241155 at gmail.com]
Sent: Monday, November 09, 2015 5:02 PM
To: samba at lists.samba.org
Subject: Re: [Samba] Samba_dlz: canceling trasaction on zone domain
On 09/11/15 21:28, Philip Banh
2008 Jul 17
3
Slow Samba writes over NFS
Hello...
Currently in the process of upgrading Samba v2.0.10 to Samba v3.0.x, while
conducting some minimal testing, it turns-out that Samba v3.0.x is
performing slower than Samba v2.0.10.
Set-ups:
A. Samba v3.0.x -->
Same PC client is accessing the samba share running on Red Hat 4.5 (64bit,
HP DL380) which in turn has an NFS mount coming from another SAN attached
Red Hat 4.5 (64bit, HP
2015 Oct 09
2
git clone --recursive
Hi,
We use a git submodule for gnu-efi.
What would be the downside of changing
git clone git://repo.or.cz/syslinux.git
into
git clone --recursive git://repo.or.cz/syslinux.git
on the Syslinux wik?
Cheers
Geert Stappers
$ git clone git://repo.or.cz/syslinux.git
Cloning into 'syslinux'...
remote: Counting objects: 50546, done.
remote: Total 50546 (delta 0), reused 0 (delta 0)
2013 Nov 05
1
[LLVMdev] Thread-safe cloning
Sorry to resurrect an old thread, but I finally got around to testing
this approach (round tripping through bitcode in memory) and it works
beautifully - and isn't that much slower than cloning.
I have noticed however that the copy process isn't thread-safe. The
problem is that in Function, there is lazy initialization code for
arguments:
void CheckLazyArguments() const {
if
2010 Sep 07
0
Semi-automated cloning using powershell scripts
Just in case anybody else ever needs these, here are my semi-automated
powershell cloning scripts for Windows domain clients for Samba domain
servers.
ftp://saf.bio.caltech.edu/pub/software/windows/Cloning.zip
They are not very polished, but do what I need, and could serve as a
starting point for other sites. These have been tested only on XP SP3.
These scripts do not use sysprep, so the
2024 Jul 24
1
new DC via clone..
Hi Kees,
I do have working backups and snapshots for sure. After my experiment yesterday I just reverted to the previous snapshot (knowing that samba-ad-dc was down all the time and no inconsistency could enter my domain doing so). I also mentioned somewhere that it is not just samba and bind, but also sshd, docker, pi-hole and stubby. On one instance I also have freeradius. Samba alone is just
2014 Sep 16
3
unattended cloning
Morning,
I have a KVM guest running Win 2012 with MS SQL 2012.
In order to provide a quick method of restoring the service should the live server die, we've decided to clone it to a preserved state.
Ideally, this clone should also be kept up to date and cloning should be done on a regular basis.
Is there any reason not to do unattended cloning? As in, when I leave on a Friday afternoon,
2008 Aug 31
0
Slow Samba writes over NFS
Hi...
Same problem here,
running on CentOS 5.* and 4.5.
It was solved by installing the package lockdev.
Then you must restart the machine.
And problem fixed.
ashis.v.purbhoo wrote:
>
>
> Hello...
>
> Currently in the process of upgrading Samba v2.0.10 to Samba v3.0.x, while
> conducting some minimal testing, it turns-out that Samba v3.0.x is
> performing slower
2019 Oct 09
2
Cloning llvm-project fails
Hi,
cloning/checkout llvm-project on Windows fails for me with:
C:\Users\KaiNacke\vscode>git clone
git://github.com/llvm/llvm-project.git master
Cloning into 'master'...
remote: Enumerating objects: 2557, done.
remote: Counting objects: 100% (2557/2557), done.
remote: Compressing objects: 100% (102/102), done.
Receiving objects: 100% (3562454/3562454), 1.27 GiB | 6.92 MiB/s, done.
2013 Jun 18
0
[LLVMdev] Thread-safe cloning
You could probably round trip it through bitcode in memory. I think all of
the IR cloning functionality assumes that only one context is being used.
Even if the serialization isn't efficient as a clone could be, it should
give you very high confidence that everything Just Works. :)
On Tue, Jun 18, 2013 at 1:16 PM, Andrew Clinton <andrew at sidefx.com> wrote:
> I have a