search for: scriptrun

Displaying 6 results from an estimated 6 matches for "scriptrun".

Did you mean: scripten
2015 Jun 04
2
Re: [ovirt-users] Bug in Snapshot Removing
Hi Adam, Hi Eric, We had this issue again a few minutes ago. One machine went down exactly the same way as described, the machine had only one snapshot and it was the only snapshot that was removed, before that in the same scriptrun we deleted the snapshots of 15 other Vms, some without, some with 1 and some with several snapshots. Can i provide anything from the logs that helps ? Regards Soeren On 03/06/15 18:07, "Soeren Malchow" <soeren.malchow@mcon.net> wrote: >Hi, > >This is not happening ev...
2015 Jun 04
2
Re: [ovirt-users] Bug in Snapshot Removing
...ren Malchow wrote: >>Hi Adam, Hi Eric, >> >>We had this issue again a few minutes ago. >> >>One machine went down exactly the same way as described, the machine had >>only one snapshot and it was the only snapshot that was removed, before >>that in the same scriptrun we deleted the snapshots of 15 other Vms, some >>without, some with 1 and some with several snapshots. >> >>Can i provide anything from the logs that helps ? > >Let's start with the libvirtd.log on that host. It might be rather >large so we may need to find a creativ...
2010 Jun 30
0
drb problem? ringy-dingy won't answer...
...1.8.6.26 , Ringy-Dingy 1.2.1, dj 1.8.4. *********The server: require ''rinda/ring'' class ScriptServer include DRbUndumped attr_accessor :result def run(fullScript) myTS = Time.now.strftime("%Y%m%d%H%M%S") msg = "===> Starting #{scriptname} in run #{scriptrun} on #{scriptenv} at #{myTS}" puts msg @result = "***#{scriptname} Launched [#{scriptlaunch}]" rslt = fullScript.run @result << rslt msg = "#{scriptname} Completed [#{Time.now.strftime("%Y%m%d%H%M %S")}]" @result << "***#{ms...
2015 Jun 04
0
Re: [ovirt-users] Bug in Snapshot Removing
On 04/06/15 13:08 +0000, Soeren Malchow wrote: >Hi Adam, Hi Eric, > >We had this issue again a few minutes ago. > >One machine went down exactly the same way as described, the machine had >only one snapshot and it was the only snapshot that was removed, before >that in the same scriptrun we deleted the snapshots of 15 other Vms, some >without, some with 1 and some with several snapshots. > >Can i provide anything from the logs that helps ? Let's start with the libvirtd.log on that host. It might be rather large so we may need to find a creative place to host it. &gt...
2015 Jun 11
0
Re: [ovirt-users] Bug in Snapshot Removing
...gt;Hi Adam, Hi Eric, >>> >>>We had this issue again a few minutes ago. >>> >>>One machine went down exactly the same way as described, the machine had >>>only one snapshot and it was the only snapshot that was removed, before >>>that in the same scriptrun we deleted the snapshots of 15 other Vms, >>>some >>>without, some with 1 and some with several snapshots. >>> >>>Can i provide anything from the logs that helps ? >> >>Let's start with the libvirtd.log on that host. It might be rather >>la...
2015 Jun 03
2
Re: [ovirt-users] Bug in Snapshot Removing
On 03/06/15 07:36 +0000, Soeren Malchow wrote: >Dear Adam > >First we were using a python script that was working on 4 threads and >therefore removing 4 snapshots at the time throughout the cluster, that >still caused problems. > >Now i took the snapshot removing out of the threaded part an i am just >looping through each snapshot on each VM one after another, even with