Does ''xm save'' compress the data it writes to disk? Someone on another (non-xen) mailing list pointed out that the bottleneck to a quick shutdown/restore that didn''t overly interrupt DomU''s was the time taken to suspend the DomU''s on Dom0 shutdown and then resume them again on Dom0 restart, and I can see the point, especially if the data wasn''t compressed and it had to write out every raw byte to disk... James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 07/02/2011 12:13, "James Harper" <james.harper@bendigoit.com.au> wrote:> Does ''xm save'' compress the data it writes to disk? Someone on another > (non-xen) mailing list pointed out that the bottleneck to a quick > shutdown/restore that didn''t overly interrupt DomU''s was the time taken > to suspend the DomU''s on Dom0 shutdown and then resume them again on > Dom0 restart, and I can see the point, especially if the data wasn''t > compressed and it had to write out every raw byte to disk...No compression at the moment, although presumably wouldn''t be hard to add. -- Keir> James > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
James Harper writes ("[Xen-devel] does ''xm save'' compress?"):> Does ''xm save'' compress the data it writes to disk? Someone on another > (non-xen) mailing list pointed out that the bottleneck to a quick > shutdown/restore that didn''t overly interrupt DomU''s was the time taken > to suspend the DomU''s on Dom0 shutdown and then resume them again on > Dom0 restart, and I can see the point, especially if the data wasn''t > compressed and it had to write out every raw byte to disk...Mmm. We should consider improving this in 4.2. It would be straightforward to add a compression feature to xl. Migration with xl uses ssh as the transport so you get ssh''s encryption anyway, and can take advantage of ssh''s compression by adjusting your ssh configuration or xl command line. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel