Skip to content

Instantly share code, notes, and snippets.

@noelbk
Created July 15, 2014 00:12
Show Gist options
  • Save noelbk/99ee697d29d97a8b66d4 to your computer and use it in GitHub Desktop.
Save noelbk/99ee697d29d97a8b66d4 to your computer and use it in GitHub Desktop.
[root@boot-10-35-0-2 ~]# piston-dev.py cluster-info -s
piston-dev.py cluster-info -s
{u'control': {u'state': u'freeze:wait'},
u'hosts': {u'10.35.1.129': {u'host_ip': u'10.35.0.13',
u'progress': [],
u'status': u'ready'},
u'10.35.1.130': {u'host_ip': u'10.35.0.14',
u'progress': [],
u'status': u'ready'},
u'10.35.1.131': {u'host_ip': u'10.35.0.15',
u'progress': [u'Freezing.',
u'Checking for VMs to migrate.'],
u'status': u'freeze:freezing'}}}
[root@boot-10-35-0-2 ~]# piston-dev.py node/thaw 10.35.1.131
piston-dev.py node/thaw 10.35.1.131
Request failed: <Response [503]>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Error: 503 Service Unavailable</title>
<style type="text/css">
html {background-color: #eee; font-family: sans;}
body {background-color: #fff; border: 1px solid #ddd;
padding: 15px; margin: 15px;}
pre {background-color: #eee; border: 1px solid #ddd; padding: 5px;}
</style>
</head>
<body>
<h1>Error: 503 Service Unavailable</h1>
<p>Sorry, the requested URL <tt>&#039;http://10.35.0.2:10010/private/node/thaw&#039;</tt>
caused an error:</p>
<pre>Could not thaw all nodes.</pre>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment