Git Product home page Git Product logo

Comments (5)

goern avatar goern commented on September 18, 2024

some more background, libvirt has created the atomic host with

...
   <interface type='network'>
      <mac address='52:54:00:43:b6:42'/>
      <source network='vagrant-libvirt'/>
      <target dev='vnet2'/>
      <model type='virtio'/>
      <alias name='net0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
    </interface>
    <interface type='network'>
      <mac address='52:54:00:ce:a7:c7'/>
      <source network='node-'/>
      <target dev='vnet4'/>
      <model type='virtio'/>
      <alias name='net1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
    </interface>
...

network configuration before upgrade is:

[vagrant@node-1 ~]$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 52:54:00:43:b6:42 brd ff:ff:ff:ff:ff:ff
    inet 192.168.121.49/24 brd 192.168.121.255 scope global dynamic eth0
       valid_lft 3501sec preferred_lft 3501sec
    inet 192.168.91.100/24 brd 192.168.91.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::5054:ff:fe43:b642/64 scope link 
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 52:54:00:ce:a7:c7 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::5054:ff:fece:a7c7/64 scope link 
       valid_lft forever preferred_lft forever
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN 
    link/ether 56:84:7a:fe:97:99 brd ff:ff:ff:ff:ff:ff
    inet 172.17.42.1/16 scope global docker0
       valid_lft forever preferred_lft forever

192.168.91/24 is network node- and 192.168.121/24 is vagrant-libvirt.

from oh-my-vagrant.

goern avatar goern commented on September 18, 2024

after atomic host upgrade networking is a little different:

[vagrant@node-1 ~]$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 52:54:00:43:b6:42 brd ff:ff:ff:ff:ff:ff
    inet 192.168.91.100/24 brd 192.168.91.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::5054:ff:fe43:b642/64 scope link 
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 52:54:00:ce:a7:c7 brd ff:ff:ff:ff:ff:ff
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN 
    link/ether 56:84:7a:fe:97:99 brd ff:ff:ff:ff:ff:ff
    inet 172.17.42.1/16 scope global docker0
       valid_lft forever preferred_lft forever
[vagrant@node-1 ~]$ sudo atomic host status
  TIMESTAMP (UTC)         VERSION     ID             OSNAME               REFSPEC                                                        
* 2015-05-07 19:00:48     7.1.2       203dd666d3     rhel-atomic-host     rhel-atomic-host-ostree:rhel-atomic-host/7/x86_64/standard     

from oh-my-vagrant.

LalatenduMohanty avatar LalatenduMohanty commented on September 18, 2024

Not sure , is it related to https://bugzilla.redhat.com/show_bug.cgi?id=1221006

from oh-my-vagrant.

purpleidea avatar purpleidea commented on September 18, 2024

On Wed, May 27, 2015 at 12:39 PM, Lalatendu Mohanty <
[email protected]> wrote:

Not sure , is it related to
https://bugzilla.redhat.com/show_bug.cgi?id=1221006

Agreed!

from oh-my-vagrant.

purpleidea avatar purpleidea commented on September 18, 2024

Fixed in F22 package. Reopen if the root cause was different.

from oh-my-vagrant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.