[Kernel-packages] [Bug 1796839] Comment bridged from LTC Bugzilla

2019-03-15 Thread bugproxy
--- Comment From mainam...@in.ibm.com 2019-03-15 02:50 EDT---
(In reply to comment #14)
> The method mentioned in comment 9 is to use module parameter to change the
> value of max_mem_regions. Which is working and hotplug happens upto the 256
> times.
>
> How ever the same solution may not be useful in the production environment.
> To set the module parameter we have remove the module first, to do so we
> have to bring down all running guests.
>
> I would be always goo to set the max_mem_regions to set to max value say
> 512. That will enable hotplug on production environment with out bring down
> and modules or guests.

Hello Canonical,

Any comments on this?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1796839

Title:
  Only 64 Memory regions or dimms supported for Hotplug.

Status in The Ubuntu-power-systems project:
  Won't Fix
Status in linux package in Ubuntu:
  Invalid

Bug description:
  == Comment: #0 - HARIHARAN T. SUNDARESH REDDY  - 
2018-10-03 01:29:59 ==
  Description : Hotplug is supported only for 64 dimms and the same is 
controlled by the sysfs parameter

  # cat /sys/module/vhost/parameters/max_mem_regions
  64

  However qemu supports 256 slots max. In my opinion max_mem_regions
  must be >= 256.

  log :

  63
  Device attached successfully<--- 63 times devices attached successfully, 
later all attach failed. 

  64
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  65
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  66
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  System Details :
  uname -a
  Linux ltc-fvttest 4.18.5-custom #1 SMP Wed Sep 26 12:11:51 CDT 2018 ppc64le 
ppc64le ppc64le GNU/Linux

  root@ltc-fvttest:/home/hariharan# cat /etc/os-release 
  NAME="Ubuntu"
  VERSION="18.10 (Cosmic Cuttlefish)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu Cosmic Cuttlefish (development branch)"
  VERSION_ID="18.10"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=cosmic
  UBUNTU_CODENAME=cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1796839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1796839] Comment bridged from LTC Bugzilla

2019-02-19 Thread bugproxy
--- Comment From harih...@in.ibm.com 2019-02-20 00:30 EDT---
The method mentioned in comment 9 is to use module parameter to change the 
value of max_mem_regions. Which is working and hotplug happens upto the 256 
times.

How ever the same solution may not be useful in the production
environment. To set the module parameter we have remove the module
first, to do so we have to bring down all running guests.

I would be always goo to set the max_mem_regions to set to max value say
512. That will enable hotplug on production environment with out bring
down and modules or guests.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1796839

Title:
  Only 64 Memory regions or dimms supported for Hotplug.

Status in The Ubuntu-power-systems project:
  Won't Fix
Status in linux package in Ubuntu:
  Invalid

Bug description:
  == Comment: #0 - HARIHARAN T. SUNDARESH REDDY  - 
2018-10-03 01:29:59 ==
  Description : Hotplug is supported only for 64 dimms and the same is 
controlled by the sysfs parameter

  # cat /sys/module/vhost/parameters/max_mem_regions
  64

  However qemu supports 256 slots max. In my opinion max_mem_regions
  must be >= 256.

  log :

  63
  Device attached successfully<--- 63 times devices attached successfully, 
later all attach failed. 

  64
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  65
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  66
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  System Details :
  uname -a
  Linux ltc-fvttest 4.18.5-custom #1 SMP Wed Sep 26 12:11:51 CDT 2018 ppc64le 
ppc64le ppc64le GNU/Linux

  root@ltc-fvttest:/home/hariharan# cat /etc/os-release 
  NAME="Ubuntu"
  VERSION="18.10 (Cosmic Cuttlefish)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu Cosmic Cuttlefish (development branch)"
  VERSION_ID="18.10"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=cosmic
  UBUNTU_CODENAME=cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1796839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1796839] Comment bridged from LTC Bugzilla

2019-02-18 Thread bugproxy
--- Comment From mainam...@in.ibm.com 2019-02-19 00:16 EDT---
yes we can close this bug

Thanks

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1796839

Title:
  Only 64 Memory regions or dimms supported for Hotplug.

Status in The Ubuntu-power-systems project:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  == Comment: #0 - HARIHARAN T. SUNDARESH REDDY  - 
2018-10-03 01:29:59 ==
  Description : Hotplug is supported only for 64 dimms and the same is 
controlled by the sysfs parameter

  # cat /sys/module/vhost/parameters/max_mem_regions
  64

  However qemu supports 256 slots max. In my opinion max_mem_regions
  must be >= 256.

  log :

  63
  Device attached successfully<--- 63 times devices attached successfully, 
later all attach failed. 

  64
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  65
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  66
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  System Details :
  uname -a
  Linux ltc-fvttest 4.18.5-custom #1 SMP Wed Sep 26 12:11:51 CDT 2018 ppc64le 
ppc64le ppc64le GNU/Linux

  root@ltc-fvttest:/home/hariharan# cat /etc/os-release 
  NAME="Ubuntu"
  VERSION="18.10 (Cosmic Cuttlefish)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu Cosmic Cuttlefish (development branch)"
  VERSION_ID="18.10"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=cosmic
  UBUNTU_CODENAME=cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1796839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1796839] Comment bridged from LTC Bugzilla

2019-02-18 Thread bugproxy
--- Comment From harih...@in.ibm.com 2019-02-18 05:01 EDT---
I was able to set the max_mem_regions to 512 using module parameter for vhost

modprobe -r vhost
modprobe vhost max_mem_regions=512
cat /sys/module/vhost/parameters/max_mem_regions
512

I was able to set the max_mem_regions to maximum value.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1796839

Title:
  Only 64 Memory regions or dimms supported for Hotplug.

Status in The Ubuntu-power-systems project:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  == Comment: #0 - HARIHARAN T. SUNDARESH REDDY  - 
2018-10-03 01:29:59 ==
  Description : Hotplug is supported only for 64 dimms and the same is 
controlled by the sysfs parameter

  # cat /sys/module/vhost/parameters/max_mem_regions
  64

  However qemu supports 256 slots max. In my opinion max_mem_regions
  must be >= 256.

  log :

  63
  Device attached successfully<--- 63 times devices attached successfully, 
later all attach failed. 

  64
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  65
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  66
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  System Details :
  uname -a
  Linux ltc-fvttest 4.18.5-custom #1 SMP Wed Sep 26 12:11:51 CDT 2018 ppc64le 
ppc64le ppc64le GNU/Linux

  root@ltc-fvttest:/home/hariharan# cat /etc/os-release 
  NAME="Ubuntu"
  VERSION="18.10 (Cosmic Cuttlefish)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu Cosmic Cuttlefish (development branch)"
  VERSION_ID="18.10"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=cosmic
  UBUNTU_CODENAME=cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1796839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1796839] Comment bridged from LTC Bugzilla

2019-01-17 Thread bugproxy
--- Comment From harih...@in.ibm.com 2019-01-17 06:33 EDT---
On the standard kernel also I am seeing the same values.

root@ltc-test:~# cat /sys/module/vhost/parameters/max_mem_regions
64

root@ltc-test:~# cat /etc/os-release
NAME="Ubuntu"
VERSION="18.10 (Cosmic Cuttlefish)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.10"
VERSION_ID="18.10"
HOME_URL="https://www.ubuntu.com/;
SUPPORT_URL="https://help.ubuntu.com/;
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
VERSION_CODENAME=cosmic
UBUNTU_CODENAME=cosmic

root@ltc-kvmfvtzz:~# uname -a
Linux ltc-test 4.18.0-11-generic #12-Ubuntu SMP Tue Oct 23 19:20:58 UTC 2018 
ppc64le ppc64le
ppc64le GNU/Linux

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1796839

Title:
  Only 64 Memory regions or dimms supported for Hotplug.

Status in The Ubuntu-power-systems project:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  == Comment: #0 - HARIHARAN T. SUNDARESH REDDY  - 
2018-10-03 01:29:59 ==
  Description : Hotplug is supported only for 64 dimms and the same is 
controlled by the sysfs parameter

  # cat /sys/module/vhost/parameters/max_mem_regions
  64

  However qemu supports 256 slots max. In my opinion max_mem_regions
  must be >= 256.

  log :

  63
  Device attached successfully<--- 63 times devices attached successfully, 
later all attach failed. 

  64
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  65
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  66
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  System Details :
  uname -a
  Linux ltc-fvttest 4.18.5-custom #1 SMP Wed Sep 26 12:11:51 CDT 2018 ppc64le 
ppc64le ppc64le GNU/Linux

  root@ltc-fvttest:/home/hariharan# cat /etc/os-release 
  NAME="Ubuntu"
  VERSION="18.10 (Cosmic Cuttlefish)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu Cosmic Cuttlefish (development branch)"
  VERSION_ID="18.10"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=cosmic
  UBUNTU_CODENAME=cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1796839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1796839] Comment bridged from LTC Bugzilla

2019-01-03 Thread bugproxy
--- Comment From mainam...@in.ibm.com 2019-01-04 00:33 EDT---
(In reply to comment #5)
> I believe the "uname -a" output shows that this issue was observed with a
> custom, i.e. a non-Ubuntu, kernel. Could you confirm that the issue is seen
> with an unmodified Ubuntu kernel?
>
> Also, do you have a proposed (kernel?) patch that resolves this issue?
>
> Thanks.

Hariharan

Any updates on this?  Do you observe this issue on released kernel
version of  ubuntu?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1796839

Title:
  Only 64 Memory regions or dimms supported for Hotplug.

Status in The Ubuntu-power-systems project:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  == Comment: #0 - HARIHARAN T. SUNDARESH REDDY  - 
2018-10-03 01:29:59 ==
  Description : Hotplug is supported only for 64 dimms and the same is 
controlled by the sysfs parameter

  # cat /sys/module/vhost/parameters/max_mem_regions
  64

  However qemu supports 256 slots max. In my opinion max_mem_regions
  must be >= 256.

  log :

  63
  Device attached successfully<--- 63 times devices attached successfully, 
later all attach failed. 

  64
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  65
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  66
  error: Failed to attach device from hp_mem.xml
  error: internal error: unable to execute QEMU command 'device_add': a used 
vhost backend has no free memory slots left

  System Details :
  uname -a
  Linux ltc-fvttest 4.18.5-custom #1 SMP Wed Sep 26 12:11:51 CDT 2018 ppc64le 
ppc64le ppc64le GNU/Linux

  root@ltc-fvttest:/home/hariharan# cat /etc/os-release 
  NAME="Ubuntu"
  VERSION="18.10 (Cosmic Cuttlefish)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu Cosmic Cuttlefish (development branch)"
  VERSION_ID="18.10"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=cosmic
  UBUNTU_CODENAME=cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1796839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp