Skip to content

Commit 88b787d

Browse files
committed
libvirt: Use all vcpus for install
Right now composefs based installs are slow...while we do need to give libvirt a limit for the resulting system, use all CPUs by default for install time. Signed-off-by: Colin Walters <[email protected]>
1 parent 8b510e8 commit 88b787d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/kit/src/libvirt/base_disks.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ fn create_base_disk(
120120
memory: crate::common_opts::MemoryOpts {
121121
memory: super::LIBVIRT_DEFAULT_MEMORY.to_string(),
122122
},
123-
vcpus: Some(super::LIBVIRT_DEFAULT_VCPUS),
124-
ssh_keygen: false, // Base disks don't need SSH keys
125123
..Default::default()
126124
},
127125
..Default::default()

0 commit comments

Comments
 (0)