Home | History | Annotate | Download | only in hosts

Lines Matching full:machine

9         Host: a machine on which you can run programs
28 This class represents a machine on which you can run programs.
30 It may be a local machine, the one autoserv is running on, a remote
31 machine or a virtual machine.
153 """ Indicates is a machine is currently shutting down. """
277 logging.info('Checking for >= %s GB of space under %s on machine %s',
284 logging.info('Found %s GB >= %s GB of space under %s on machine %s',
300 'on machine %s', min_inodes, path, self.hostname)
308 'machine %s', free_inodes, min_inodes,
342 raise NotImplementedError('Machine install not implemented!')
368 # Host machine, with generic implementations based on run(). subclasses
384 """ Get the hardware architecture of the remote machine. """
393 """ Get the kernel version of the remote machine. """
399 """ Get the kernel command line of the remote machine. """
404 """ Get the kernel memory info (/proc/meminfo) of the remote machine
414 """ Determine if path exists on the remote machine. """