Public bug reported:

stack@DL380-MAAS:~$ lsb_release -rd
Description:    Ubuntu 16.04.1 LTS
Release:        16.04
stack@DL380-MAAS:~$ apt-cache policy maas
maas:
  Installed: 2.1.1+bzr5544-0ubuntu1~16.04.1
  Candidate: 2.1.1+bzr5544-0ubuntu1~16.04.1
  Version table:
 *** 2.1.1+bzr5544-0ubuntu1~16.04.1 500
        500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
        500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages
        100 /var/lib/dpkg/status
     2.0.0~beta3+bzr4941-0ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu xenial/main i386 Packages


You should be able to modify a network bond after it is created in MAAS.
I can not find a way to update the data via the GUI or via the CLI.
Instead, I updated via Mysql. Below updates to balance-rr.


sudo maas-region dbshell --installed

psql (9.5.5)
Type "help" for help.


maasdb=# select * from maasserver_interface where type = 'bond';
maasdb=# update maasserver_interface set params = '{"bond_downdelay": 0,     
"bond_lacp_rate": "slow", "bond_miimon": 100, "bond_mode": "balance-rr", 
"bond_updelay": 0, "bond_xmit_hash_policy": "layer2"}' where type = 'bond';
UPDATE 15
maasdb=# select * from maasserver_interface where type = 'bond';

maasdb=# \q`

** Affects: maas (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655096

Title:
  MAAS CLI and GUI must provide a way to modify the bonding paramters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1655096/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to