Comment 7 for bug 1704501

Revision history for this message
Mike Pontillo (mpontillo) wrote : Re: can't change which fabric a vlan belongs to

Actually, if you use the "hack the database" workaround, you'd need one more command to clean up the now-empty fabrics, or the UI will start failing to reload the subnets page:

maasdb=# delete from maasserver_fabric where id != 0;
DELETE 1