search for: createnet

Displaying 16 results from an estimated 16 matches for "createnet".

Did you mean: createneg
2020 Sep 21
2
cant create network with virt-manager
...tination-port 67 --jump ACCEPT: iptables: No chain/target/match by that name. Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 66, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/createnet.py", line 428, in _async_net_create netobj.create() File "/usr/lib/python3.7/site-packages/libvirt.py", line 3174, in create if ret == -1: raise libvirtError ('virNetworkCreate() failed', net=self) libvirt.libvirtError: internal error: Failed to apply firewall...
2019 Oct 10
2
create virtual network fails with virt-manager
...tination-port 67 --jump ACCEPT: iptables: No chain/target/match by that name. Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/createnet.py", line 472, in _async_net_create netobj.create() File "/usr/lib64/python3.6/site-packages/libvirt.py", line 2993, in create if ret == -1: raise libvirtError ('virNetworkCreate() failed', net=self) libvirt.libvirtError: internal error: Failed to apply firewa...
2019 Oct 11
0
Re: create virtual network fails with virt-manager
...CEPT: iptables: No chain/target/match by that name. > > >Traceback (most recent call last): > File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in >cb_wrapper > callback(asyncjob, *args, **kwargs) > File "/usr/share/virt-manager/virtManager/createnet.py", line 472, in >_async_net_create > netobj.create() > File "/usr/lib64/python3.6/site-packages/libvirt.py", line 2993, in >create > if ret == -1: raise libvirtError ('virNetworkCreate() failed', >net=self) >libvirt.libvirtError: internal erro...
2020 Sep 22
0
Re: cant create network with virt-manager
...tailed in the above (Fedora) bug report. > > > Traceback (most recent call last): >   File "/usr/share/virt-manager/virtManager/asyncjob.py", line 66, in > cb_wrapper >     callback(asyncjob, *args, **kwargs) >   File "/usr/share/virt-manager/virtManager/createnet.py", line 428, in > _async_net_create >     netobj.create() >   File "/usr/lib/python3.7/site-packages/libvirt.py", line 3174, in create >     if ret == -1: raise libvirtError ('virNetworkCreate() failed', > net=self) > libvirt.libvirtError: internal er...
2009 Nov 05
2
Rebased patches...
I've rebased these patches to ensure they're up to date.
2009 Oct 28
2
Refactoring of storage admin and node
This patch set supercedes the previous set, and incorporates feedback from jboggs. There is a known issue in configuring volumes on an iSCSI pool that makes them unsupported at the moment. This code functions identical to virt-manager in that regard.
2009 Dec 03
2
Refactored, fixed and ready to review...
This set of patches needed some reworking since they would not apply on top of next. They are ready for review and to be pushed.
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
...luding details Each new command is also available as a separate command line executable as well. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- Makefile.am | 9 ++ nodeadmin/configscreen.py | 35 ++++++- nodeadmin/createdomain.py | 3 - nodeadmin/createnetwork.py | 52 +++++++++ nodeadmin/definenet.py | 255 ++++++++++++++++++++++++++++++++++++++++++ nodeadmin/destroynetwork.py | 56 +++++++++ nodeadmin/halworker.py | 8 ++ nodeadmin/libvirtworker.py | 61 ++++++++++ nodeadmin/listnetworks.py | 55 +++++++++ nodeadmin/...
2009 Oct 12
1
First draft: node storage admin
This patch provides the ability to create a "dir" type storage pool, and to add and remove volumes for existing pools.
2009 Oct 27
1
Storage admin patches
This set of patches supercedes the previous set, and has been rebased with changes from upstream.
2009 Nov 09
1
Rebased again...
This patch again rebases on upstream and should apply on next as of right now.
2009 Oct 14
0
[PATCH node] Provides a new storage administration system to the managed node.
...ST = \ images/grub-splash.xpm.gz \ images/syslinux-vesa-splash.jpg \ nodeadmin/__init__.py \ + nodeadmin/addpool.py \ + nodeadmin/addvolume.py \ nodeadmin/configscreen.py \ + nodeadmin/createdomain.py \ + nodeadmin/createmeter.py \ nodeadmin/createnetwork.py \ nodeadmin/createuser.py \ + nodeadmin/definedomain.py \ + nodeadmin/definenet.py \ nodeadmin/destroydomain.py \ nodeadmin/destroynetwork.py \ + nodeadmin/domainconfig.py \ nodeadmin/halworker.py \ nodeadmin/libvirtworker.py \ - node...
2009 Oct 21
1
Storage administration and refactoring of domain admin
This pair of patches provide a new storage admin interface. Then, on top of that, it refactors the domain administration pieces to now properly use storage pools and volumes when defining a new VM.
2009 Oct 21
1
[PATCH node] Renamed files and menu items for node administration:
...akefile.am index abb7c33..3ce24c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,10 +27,10 @@ EXTRA_DIST = \ images/grub-splash.xpm.gz \ images/syslinux-vesa-splash.jpg \ nodeadmin/__init__.py \ + nodeadmin/adddomain.py \ nodeadmin/configscreen.py \ nodeadmin/createnetwork.py \ nodeadmin/createuser.py \ - nodeadmin/destroydomain.py \ nodeadmin/destroynetwork.py \ nodeadmin/halworker.py \ nodeadmin/libvirtworker.py \ @@ -39,10 +39,10 @@ EXTRA_DIST = \ nodeadmin/menuscreen.py \ nodeadmin/netmenu.py \ no...
2009 Dec 08
2
Rebased patches, fixed a rebasing problem...
The previous patch set had an error and one development branch's changes showed up twice, and two different change sets. So it was missing the bulk of the configuration work. This patch set fixes that.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.