3 messages in com.xensource.lists.xen-develFwd: [Xen-devel] save/restore problems
FromSent OnAttachments
Hari Kodungallur29 Mar 2005 20:50 
Hari Kodungallur31 Mar 2005 11:45 
Ian Pratt31 Mar 2005 12:25 
Subject:Fwd: [Xen-devel] save/restore problems
From:Hari Kodungallur (hari@gmail.com)
Date:03/31/2005 11:45:45 AM
List:com.xensource.lists.xen-devel

Thanks, B.

Mark Williamson replied earlier today that the second problem could have been because of known issues that have since been fixed and the first issue was because of something else that I might need to help investigate why. If that is the case, could you or Mark guide me as to how to go about debugging the problem. If you can give me some pointers, I will take it from there.

Thanks very much for your responses.

(I had earlier replied to Mark's message, but to the old list -- xen-@lists.sourceforge.net)

Thanks again -Hari

---------- Forwarded message ----------

This is a known issue fixed in later releases. BTW, the list has moved, you might want to re-register ....

B.

Hi All,

I am running into a bunch of problems when trying to do save/restore. (I am NOT running the latest xen. I am running 2.0)

I am trying out the FC-1, and RH-ES-9 images. I can create domains for all the three. But when I save some configurations of these images (for example, install some rpms on a clean image and save the image) and then restore them, I am running into the following issues:

(1) FC-1: The most success I have is with this. I can do save and restore. But as soon as I execute a command remotely that modifies the file system (e.g., "ssh -n hostname "do-some-fs-updates.sh"), it starts complaining that the filesystem is read only. The error on the console looks something like:

xen_blk: Unexpected blkif status disconnected in state connected blkfront: recovered 0 descriptors nfs warning: mount version older than kernel nfs warning: mount version older than kernel EXT3-fs error (device sda1): ext3_free_blocks: bit already cleared for block 293633 Aborting journal on device sda1. ext3_abort called. EXT3-fs error (device sda1): ext3_journal_start: Detected aborted journal Remounting filesystem read-only EXT3-fs error (device sda1) in start_transaction: Journal has aborted ext3_reserve_inode_write: aborting transaction: Journal has aborted in __ext3_journal_get_write_access<2>EXT3-fs error (device sda1) in ext3_reserve_inode_write: Journal has aborted ext3_reserve_inode_write: aborting transaction: Journal has aborted in __ext3_journal_get_write_access<2>EXT3-fs error (device sda1) in ext3_reserve_inode_write: Journal has aborted EXT3-fs error (device sda1) in ext3_orphan_del: Journal has aborted EXT3-fs error (device sda1) in ext3_truncate: Journal has aborted EXT3-fs error (device sda1) in start_transaction: Journal has aborted EXT3-fs error (device sda1) in start_transaction: Journal has aborted

Doing this a couple of times (shutdown and then restore again) corrupts the fs and then i need to run fsck at boot time to get back to normal status.

(2) RH-ES-9: The save command ("xm save RHES9 myRHES9") just hangs. Does not do anything.

My question is whether this is something that anyone have seen before and/or whether anyone could point me to why this happens here and/or whether installing 2.0.5 would solve this for me.

Thanks -Hari