Skip to content

Add _netdev option to mount Azure ephemeral disk (#1213)

Eduardo Otubo requested to merge otubo/cloud-init-src:1998445 into c9s

BZ: 1998445 Tested by: QA, Microsoft

commit a1cfd1b4
Author: Eduardo Otubo otubo@redhat.com
Date: Fri Feb 4 16:04:31 2022 +0100

Add _netdev option to mount Azure ephemeral disk (#1213)                             

The ephemeral disk depends on a functional network to be mounted. Even               
though it depends on cloud-init.service, sometimes an ordering cycle is              
noticed on the instance. If the option "_netdev" is added the problem is             
gone.                                                                                

rhbz: #1998445                                                                       
                                                                                     
Signed-off-by: Eduardo Otubo otubo@redhat.com      

Signed-off-by: Eduardo Otubo otubo@redhat.com

Merge request reports