Hi All!
I'm having the following problem, all the servers launched in my farm are in a pending state, eventually they are terminated and re-launched. However this cycles over and over.
I logged into one of the servers to view the log file and saw this
tail -n200 /var/log/scalarizr.log
2012-05-28 12:30:40,860 - INFO - scalarizr - [pid: 12158] Starting scalarizr 0.7.224
2012-05-28 12:30:41,515 - INFO - scalarizr - [pid: 12168] Starting scalarizr 0.7.224
2012-05-28 12:30:41,518 - INFO - scalarizr.config - State: importing
2012-05-28 12:30:42,212 - INFO - scalarizr.messaging.p2p.consumer - Building message consumer server on
0.0.0.0:80132012-05-28 12:30:42,215 - INFO - scalarizr.handlers.lifecycle - Server will be imported into Scalr
2012-05-28 12:30:42,265 - INFO - scalarizr.snmp.agent - [pid: 12211] Starting SNMP server on
0.0.0.0:80142012-05-28 12:31:59,155 - INFO - scalarizr.config - State: rebundling
2012-05-28 12:32:02,756 - INFO - scalarizr.handlers.rebundle - Lookup server 108.171.174.68 on CloudServers
2012-05-28 12:32:03,210 - INFO - scalarizr.handlers.rebundle - Creating server image. server id: 20877688, image name: 'rs-app-apache64-ubuntu-11-04-20120528123159'
2012-05-28 12:32:05,794 - INFO - scalarizr.handlers.rebundle - Checking that image 22508430 is completed
2012-05-30 13:04:17,598 - INFO - scalarizr - [pid: 754] Starting scalarizr 0.7.224
2012-05-30 13:04:47,890 - INFO - scalarizr - Server was started after rebundle. Performing some cleanups
2012-05-30 13:04:47,918 - INFO - scalarizr.config - State: bootstrapping
2012-05-30 13:04:47,986 - ERROR - scalarizr - disk I/O error
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/scalarizr/__init__.py", line 697, in main
_init_db()
File "/usr/lib/pymodules/python2.7/scalarizr/__init__.py", line 225, in _init_db
_create_db(file)
File "/usr/lib/pymodules/python2.7/scalarizr/__init__.py", line 232, in _create_db
conn.executescript(open(script_file or os.path.join(bus.share_path, DB_SCRIPT)).read())
File "/usr/lib/pymodules/python2.7/scalarizr/util/sqlite_server.py", line 92, in executescript
return self._call('conn_executescript', [sql])
File "/usr/lib/pymodules/python2.7/scalarizr/util/sqlite_server.py", line 42, in _call
raise self.error[0], self.error[1]
OperationalError: disk I/O error
The server instance is on Rackspace Cloud running Ubuntu 11.04. How can I fix this issue.