Changeset 1858

Show
Ignore:
Timestamp:
01/20/12 11:25:14 (4 months ago)
Author:
Dylan
Message:

unxsVZ removing vzmigrate temp error job queue status.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/jobqueue.c

    r1857 r1858  
    16661666                //We may not want this optional behavior may violate QoS for given migration 
    16671667                logfileLine("MigrateContainer","Trying offline migration"); 
    1668                 tJobErrorUpdate(uJob,"Failed once trying offline"); 
    16691668 
    16701669                if(cSSHOptions[0]) 
  • trunk/makefile

    r1850 r1858  
    2929 
    3030#new standalone job queue processor 
     31#needs new (and yet to be be developed) libunxsvz  
    3132unxsvz: jobqueue.o unxsvz.o mysqlconnect.o 
    32         cc jobqueue.o unxsvz.o mysqlconnect.o -o unxsVZ.cgi $(LIBS)  
     33        cc jobqueue.o unxsvz.o mysqlconnect.o -o unxsVZ.cgi $(LIBS) -lunxsvz 
    3334 
    3435unxsvz.o: unxsvz.c mysqlrad.h local.h