summaryrefslogtreecommitdiff
path: root/server/hosts
AgeCommit message (Expand)AuthorFilesLines
2009-05-11Added utils.get_relative_path() to compute the path of an absolute pathmbligh1-7/+19
2009-04-28Added support to AbstractSSHHost.get_file() to not try to preserve thembligh2-2/+53
2009-04-28Sometimes this open_session call throws an EOFError if the other endjadmanski1-1/+1
2009-04-28When we try to start a new session on a machine that's shutting down,jadmanski1-4/+7
2009-04-22This is a hack, but right now I can't see any other way of workingjadmanski1-0/+2
2009-04-17host.reboot() will now take an optional reboot command. The rebootmbligh1-11/+16
2009-04-17Give the warning and the workaround a chance to happen by default.mbligh1-1/+1
2009-04-17Add a workaround to a bug where machines are not rebooting sometimesmbligh1-0/+3
2009-04-17There might still be a potential hang when exhausing the ssh std*jadmanski1-1/+5
2009-04-15The paramiko.Transport.connect method doesn't seem to support anyjadmanski1-11/+47
2009-04-10Fix up a "bug" in ParamikoHost where reading std* streams after closingjadmanski1-1/+1
2009-04-08Add a 10 second timeout to the conmux-attach call,mbligh1-3/+8
2009-04-08Fix a comment.mbligh1-1/+1
2009-04-08Add an optional warning in case the system doesn't shutdown in ambligh2-7/+23
2009-04-08Wrapped every repair phase in a try/except to consume errors in repairmbligh1-19/+20
2009-04-08When we close a paramiko host object, make sure we close off thejadmanski1-1/+11
2009-04-01Summary: Fixing further breakage found using the -N flag of autoservmbligh1-1/+8
2009-04-01Add a (global) timeout to rsync so that if it sits idle (i.e. no I/O)jadmanski1-1/+1
2009-03-25Add support for explicitly removing tempdirs created on a host,jadmanski1-0/+8
2009-03-25Add support for running autoserv with a "--collect-crashinfo" flagjadmanski1-12/+27
2009-03-20As discussed on the mailing list, we implemented logging with a singleshoward2-10/+13
2009-03-19Always close the communication channel in paramiko, even when thejadmanski1-1/+1
2009-03-19When exhausting paramiko's buffers after the remote process exists,jadmanski1-6/+4
2009-03-10When trying to connect to a host with ParamikoHost, if all of thejadmanski1-0/+4
2009-03-09Moved server.hosts.ssh_host.PermissionDeniedError intombligh2-8/+7
2009-03-02Making sure SSH key setup won't break previous autoserv behavior ofmbligh1-29/+29
2009-02-27Instead of just using the default id_rsa or id_dsa keyfiles injadmanski1-19/+74
2009-02-26Add an option to not wait for sync before rebooting.mbligh1-4/+10
2009-02-26Revert previous patchmbligh1-10/+4
2009-02-26Add an option to not wait for sync before rebooting.mbligh1-4/+10
2009-02-26Add a verify to confirm success of software repair (otherwise one canmbligh1-0/+7
2009-02-18Add in more crashinfo collection code so that that when a machinejadmanski1-1/+19
2009-02-17Summary: Fixing up automatic SSH key setup for the default SSHHost class.mbligh1-5/+7
2009-02-17Fixed import of site_host.py which does not exist anymore in thembligh1-3/+8
2009-02-17Added client.bin.partition.get_unmounted_partition_list() function andmbligh1-25/+35
2009-02-12Ensure we run ssh_ping before trying sofware verification on thembligh2-1/+11
2009-02-11Add job.enable_warnings and job.disable_warnings methods to the jobjadmanski3-18/+45
2009-02-11Add lockdep warning text to console_patternsjadmanski1-0/+30
2009-02-10Fix up the handling of remote paths when sending files to and fromjadmanski1-13/+15
2009-02-05Adds an autotestd and autotestd_monitor script to the Autotest clientjadmanski1-0/+3
2009-02-05remove shell site_host filembligh1-6/+0
2009-01-30This generates confusing backtraces for a lot of usersmbligh1-2/+2
2009-01-30Cleanup. mbligh1-2/+1
2009-01-30Modified AbstractSSHHost to use utils.import_site_class() to getmbligh1-2/+8
2009-01-24Added new host protection level (repair software only) that would allow anymbligh1-1/+21
2009-01-24Moved in the inheritance tree repair_* from abstract_ssh to Host base class.mbligh2-32/+24
2009-01-21Add a Host.is_shutting_down method to allow us to determine if a hostjadmanski2-1/+16
2009-01-14When performing a reboot, do a sync before starting the shutdown.jadmanski1-0/+4
2009-01-14server.hosts.remote: When reboot is called, really reboot.jadmanski1-2/+7
2009-01-13Added a server.hosts.Host.check_partitions() functions to comparembligh1-1/+48