nvazquez commented on issue #2694: Do not send conserve mode param on L2 
network offering creation from the UI
URL: https://github.com/apache/cloudstack/pull/2694#issuecomment-395255319
 
 
   @PaulAngus @DaanHoogland @rhtyd after the fix for config drive, I can see 
the iso gets created but somehow not available through deployed VM:
   
   ````
   2018-06-07 00:22:06,885 DEBUG [o.a.c.e.o.NetworkOrchestrator] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
Asking ConfigDrive to prepare for 
Nic[12-8-13e0ae61-72f5-4471-983b-060574212266-null]
   2018-06-07 00:22:06,899 DEBUG [c.c.n.e.ConfigDriveNetworkElement] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
Creating config drive ISO for vm: i-2-8-VM
   2018-06-07 00:22:06,901 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
[createConfigDriveIsoForVM] dataType=metadata, filename=service-offering, 
content=Small Instance
   2018-06-07 00:22:06,901 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
[createConfigDriveIsoForVM] dataType=metadata, filename=availability-zone, 
content=trl-1430-k-cs411-nvazquez
   2018-06-07 00:22:06,902 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
[createConfigDriveIsoForVM] dataType=metadata, filename=local-hostname, 
content=cfg-drv-2
   2018-06-07 00:22:06,902 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
[createConfigDriveIsoForVM] dataType=metadata, filename=local-ipv4, content=null
   2018-06-07 00:22:06,902 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
[createConfigDriveIsoForVM] dataType=metadata, filename=public-ipv4, 
content=null
   2018-06-07 00:22:06,902 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
[createConfigDriveIsoForVM] dataType=metadata, filename=public-hostname, 
content=null
   2018-06-07 00:22:06,902 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
[createConfigDriveIsoForVM] dataType=metadata, filename=instance-id, 
content=b899c153-e3d6-4e00-af46-2721bc7afc92
   2018-06-07 00:22:06,902 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
[createConfigDriveIsoForVM] dataType=metadata, filename=vm-id, 
content=b899c153-e3d6-4e00-af46-2721bc7afc92
   2018-06-07 00:22:06,902 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
[createConfigDriveIsoForVM] dataType=metadata, filename=public-keys, 
content=null
   2018-06-07 00:22:06,902 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
[createConfigDriveIsoForVM] dataType=metadata, filename=cloud-identifier, 
content=CloudStack-{8a11dd95-c350-4f99-9bdb-78bc17a8e9fc}
   2018-06-07 00:22:06,903 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
Executing config drive creation command: /usr/bin/genisoimage -o 
/tmp/configdrive8808714705692880737/configdrive.iso -ldots -allow-lowercase 
-allow-multidot -cache-inodes -l -quiet -J -r -V config-2 
/tmp/configdrive8808714705692880737 
   2018-06-07 00:22:06,904 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
Executing: /usr/bin/genisoimage -o 
/tmp/configdrive8808714705692880737/configdrive.iso -ldots -allow-lowercase 
-allow-multidot -cache-inodes -l -quiet -J -r -V config-2 
/tmp/configdrive8808714705692880737 
   2018-06-07 00:22:06,906 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
Executing while with timeout : 300000
   2018-06-07 00:22:06,915 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
Execution is successful.
   2018-06-07 00:22:06,915 DEBUG [o.a.c.s.c.ConfigDriveBuilder] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
Warning: creating filesystem that does not conform to ISO-9660.
   
   2018-06-07 00:22:06,938 DEBUG [c.c.a.t.Request] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
Seq 3-5477503046789366214: Sending  { Cmd , MgmtId: 6819703490805, via: 
3(s-1-VM), Ver: v1, Flags: 100011, 
[{"com.cloud.agent.api.HandleConfigDriveIsoCommand":{"isoFile":"configdrive/i-2-8-VM/configdrive.iso","create":true,"destStore":{"com.cloud.agent.api.to.NfsTO":{"_url":"NFS://10.2.0.16/acs/secondary/trl-1430-k-cs411-nvazquez/trl-1430-k-cs411-nvazquez-sec1","_role":"Image"}},"wait":0}}]
 }
   2018-06-07 00:22:07,314 DEBUG [c.c.a.t.Request] 
(AgentManager-Handler-20:null) (logid:) Seq 3-5477503046789366214: Processing:  
{ Ans: , MgmtId: 6819703490805, via: 3, Ver: v1, Flags: 10, 
[{"com.cloud.agent.api.Answer":{"result":true,"details":"Successfully saved 
config drive at secondary storage","wait":0}}] }
   2018-06-07 00:22:07,314 DEBUG [c.c.a.t.Request] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
Seq 3-5477503046789366214: Received:  { Ans: , MgmtId: 6819703490805, via: 
3(s-1-VM), Ver: v1, Flags: 10, { Answer } }
   2018-06-07 00:22:07,314 DEBUG [c.c.a.m.AgentManagerImpl] 
(Work-Job-Executor-2:ctx-5bf307a3 job-47/job-48 ctx-9e793f3b) (logid:28315433) 
Details from executing class com.cloud.agent.api.HandleConfigDriveIsoCommand: 
Successfully saved config drive at secondary storage
   ````
   
   
![image](https://user-images.githubusercontent.com/5295080/41071838-b3d7e150-69d0-11e8-9621-a28ff43d0b68.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to