Opened 2 years ago

Closed 2 years ago

#118 closed enhancement (implemented)

Mount VM's swap file directly

Reported by: joanna Owned by: marmarek
Priority: major Milestone: Release 1 Beta 1
Component: core Keywords:
Cc:

Description

Instead through dmsetup snapshot, which is no longer needed and only negatively impacts performance.

Change History (3)

comment:1 Changed 2 years ago by joanna

  • Type changed from defect to enhancement

comment:2 Changed 2 years ago by marmarek

To reduce xvd devices count, merge it with root-cow.img. So now it will contain 2 partitions:

  • root.cow
  • swap.img

(same as current root.img)

Additionally current root.img can be reduced to plain filesystem (without partition table).

Changes in:

  • qubes_cow_setup.sh
  • fstab
  • qvm-core (reset_cow_storage, remove reset_swap_cow_storage)
  • template-builder (new partition layout, clean cow.img in template)

comment:3 Changed 2 years ago by marmarek

  • Resolution set to implemented
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.