Project

General

Profile

action #11450

Updated by okurz over 7 years ago

For details see https://fate.suse.com/318787 https://fate.suse.com/317784 

 <del>First First check if the Feature status is "done".</del> Feature "done". 

 One of our customers with SLES for SAP entered YaST to review the Network Settings. While he did not change anything on the configuration itself he accidentally hit the "OK" button instead of "Cancel". 
 That caused a network restart and crashed their SAP environment. 
 So I did get in contact with Stephan Behlert to check if this is marked as "done". a Bug. 
 It turns out that YaST read the config files only once when it is started. If then someone edit's these files while YaST is still open, these changes wont be known to YaST. So a network restart is about to be expected behavior. 

 The idea now would be, isn't it possible for YaST to check if there were any changes (re-read the config files even), and only if there aren't any, add a pop-up window telling "No changes were made, do you really want to restart the network" 

 Implementation Details 

     Do not Save & Restart if no changes were made to the configuration. Just quit the Yast module in this case. 
     If changes were actually made, do not ask and just Save & Restart. 

Back