Opened 17 years ago
Closed 16 years ago
#58 closed enhancement (wontfix)
autoinstaller use lvcreate --snapshot for speed
Reported by: | price | Owned by: | price |
---|---|---|---|
Priority: | minor | Milestone: | Public Beta |
Component: | autoinstallers | Version: | |
Keywords: | Cc: |
Description
The current autoinstaller uses dd to copy the old image to a new one. This takes 60-120 seconds in recent testing (I guess load's increased since my 20-25 second measurements in November.) It might be cool to use lvcreate --snapshot to make a copy-on-write copy of the golden image, so as to get the user going faster.
Change History (3)
comment:1 Changed 17 years ago by price
- Type changed from defect to enhancement
comment:2 Changed 17 years ago by price
- Milestone set to Public Beta
comment:3 Changed 16 years ago by price
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Turns out snapshots aren't supported on clustering LVM, which is what we're using now to support multiple hosts.