| commit | d0db6654094821cfb7520720041b30abef974d5b | [log] [tgz] |
|---|---|---|
| author | Jason Zhou <jasonzhou460@gmail.com> | Mon Jul 15 13:02:55 2024 -0400 |
| committer | Benjamin Mahler <bmahler@apache.org> | Mon Jul 15 13:02:55 2024 -0400 |
| tree | bbfd82b976f9be0ec403e6cd54b7a6e4b8781dab | |
| parent | 3990bf745ba95f8f9a9bafc9c3a983f191b4c12d [diff] |
[veth] Add todo to set mac address on create for peer link. Due to a systemd-induced race-condition related to the MacAddressPolicy being set to 'persistent' on versions >= 242, we will have to set the peer link MAC address of the peer link (eth0) when we create the eth0 peer link so that the udev will not try to overwrite it when it is notified that this device was created, which would lead to a race condition here where us and udev are racing to see who is the last one to write our MAC address to eth0. see: https://issues.apache.org/jira/browse/MESOS-10243 Review: https://reviews.apache.org/r/75087/
Apache Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run Hadoop, Jenkins, Spark, Aurora, and other frameworks on a dynamically shared pool of nodes.
Visit us at mesos.apache.org.
Documentation is available in the docs/ directory. Additionally, a rendered HTML version can be found on the Mesos website's Documentation page.
Instructions are included on the Getting Started page.
Apache Mesos is licensed under the Apache License, Version 2.0.
For additional information, see the LICENSE and NOTICE files.