Edit the offloading mode

Edit the offloading modeΒΆ

Fuel assigns the default offloading mode to all network interfaces automatically. You may want to modify this setting to meet your network requirements. The number of available offloading types depends on network hardware and the kernel version that you use.

Fuel automatically detects offloading modes for any physical network interface.

To edit the offloading mode using Fuel web UI:

  1. Log in to the Fuel web UI.
  2. Click Nodes.
  3. Select a node.
  4. Click Interface configuration.
  5. Click Offloading Modes: Default to disable offloading.

To edit the offloading mode using CLI:

  1. Log in to the Fuel Master node CLI.

  2. Verify the node ID:

    fuel nodes
    
  3. Download the information about network interfaces:

    fuel node --node <NODE_ID> --network --download
    
  4. Open the /root/node_<NODE_ID>/interfaces.yaml file for editing.

  5. Disable or leave the default value next to the state field:

    • true - enable offloading modes
    • false - disable offloading modes
    • null - default offloading modes
  6. Upload the modified file:

    fuel node --node <NODE_ID> --network --upload
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

Contents