@Pitti -- for completeness this is the proposed udev rule which is being
tested:
# On Hyper-V Virtual Machines we want to add memory and cpus on demand.
ATTR{[dmi/id]sys_vendor}!="Microsoft Corporation", GOTO="hyperv_hotadd_end"
ATTR{[dmi/id]product_name}!="Virtual Machine", GOTO="hyperv_hotadd_end"
# Memory hotadd request
SUBSYSTEM=="memory", ACTION=="add",
DEVPATH=="/devices/system/memory/memory*[0-9]", TEST=="state",
ATTR{state}="online"
# CPU hotadd request
SUBSYSTEM=="cpu", ACTION=="add", DEVPATH=="/devices/system/cpu/cpu*[0-9]",
TEST=="online", ATTR{online}="1"
LABEL="hyperv_hotadd_end"
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1233466
Title:
Hot-Add Memory failing for lack of udev rule
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1233466/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs