Opened 10 months ago

Last modified 3 months ago

#638 new defect

Get rid of the nasty sleep in qubes_prepare_saved_domain.sh

Reported by: joanna Owned by: joanna
Priority: minor Milestone: Release 2 Beta 3
Component: core Keywords:
Cc: marmarek

Description

xl mem-set $1 $(($MEM/1000))
sleep 1
touch $2
if ! xl save $1 $2 $VMDIR/$1.conf; then

In the worst case this might result in over-sized dispvm savefile. Nothing to worry much, but not elegant.

Change History (4)

comment:1 Changed 10 months ago by joanna

  • Milestone changed from Release 1.0 to Release 2

comment:2 Changed 8 months ago by joanna

  • Milestone changed from Release 2 to Release 2 Beta 1

comment:3 Changed 6 months ago by joanna

  • Milestone changed from Release 2 Beta 1 to Release 2 Beta 2

comment:4 Changed 3 months ago by joanna

  • Milestone changed from Release 2 Beta 2 to Release 2 Beta 3
Note: See TracTickets for help on using tickets.