Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.15 KB | None | 0 0
  1. DBUG[01-02|15:17:02] Connecting to a remote LXD over HTTPs
  2. DBUG[01-02|15:17:02] Sending request to LXD method=GET url=https://lxd.example.com:8443/1.0 etag=
  3. DBUG[01-02|15:17:12] Got response struct from LXD
  4. DBUG[01-02|15:17:12]
  5. {
  6. "config": {
  7. "core.https_address": "1.1.1.1:8443",
  8. "core.trust_password": true,
  9. "images.auto_update_interval": "0"
  10. },
  11. "api_extensions": [
  12. "storage_zfs_remove_snapshots",
  13. "container_host_shutdown_timeout",
  14. "container_stop_priority",
  15. "container_syscall_filtering",
  16. "auth_pki",
  17. "container_last_used_at",
  18. "etag",
  19. "patch",
  20. "usb_devices",
  21. "https_allowed_credentials",
  22. "image_compression_algorithm",
  23. "directory_manipulation",
  24. "container_cpu_time",
  25. "storage_zfs_use_refquota",
  26. "storage_lvm_mount_options",
  27. "network",
  28. "profile_usedby",
  29. "container_push",
  30. "container_exec_recording",
  31. "certificate_update",
  32. "container_exec_signal_handling",
  33. "gpu_devices",
  34. "container_image_properties",
  35. "migration_progress",
  36. "id_map",
  37. "network_firewall_filtering",
  38. "network_routes",
  39. "storage",
  40. "file_delete",
  41. "file_append",
  42. "network_dhcp_expiry",
  43. "storage_lvm_vg_rename",
  44. "storage_lvm_thinpool_rename",
  45. "network_vlan",
  46. "image_create_aliases",
  47. "container_stateless_copy",
  48. "container_only_migration",
  49. "storage_zfs_clone_copy",
  50. "unix_device_rename",
  51. "storage_lvm_use_thinpool",
  52. "storage_rsync_bwlimit",
  53. "network_vxlan_interface",
  54. "storage_btrfs_mount_options",
  55. "entity_description",
  56. "image_force_refresh",
  57. "storage_lvm_lv_resizing",
  58. "id_map_base",
  59. "file_symlinks",
  60. "container_push_target",
  61. "network_vlan_physical",
  62. "storage_images_delete",
  63. "container_edit_metadata",
  64. "container_snapshot_stateful_migration",
  65. "storage_driver_ceph",
  66. "storage_ceph_user_name",
  67. "resource_limits",
  68. "storage_volatile_initial_source",
  69. "storage_ceph_force_osd_reuse",
  70. "storage_block_filesystem_btrfs",
  71. "resources",
  72. "kernel_limits",
  73. "storage_api_volume_rename",
  74. "macaroon_authentication",
  75. "network_sriov",
  76. "console",
  77. "restrict_devlxd",
  78. "migration_pre_copy",
  79. "infiniband",
  80. "maas_network",
  81. "devlxd_events",
  82. "proxy",
  83. "network_dhcp_gateway",
  84. "file_get_symlink",
  85. "network_leases",
  86. "unix_device_hotplug",
  87. "storage_api_local_volume_handling",
  88. "operation_description",
  89. "clustering",
  90. "event_lifecycle",
  91. "storage_api_remote_volume_handling",
  92. "nvidia_runtime",
  93. "candid_authentication",
  94. "candid_config",
  95. "candid_config_key",
  96. "usb_optional_vendorid"
  97. ],
  98. "api_status": "stable",
  99. "api_version": "1.0",
  100. "auth": "trusted",
  101. "public": false,
  102. "auth_methods": [
  103. "tls"
  104. ],
  105. "environment": {
  106. "addresses": [
  107. "1.1.1.1:8443"
  108. ],
  109. "architectures": [
  110. "x86_64",
  111. "i686"
  112. ],
  113. "certificate": "-----BEGIN CERTIFICATE-----snip-----END CERTIFICATE-----\n",
  114. "certificate_fingerprint": "a7a7cb6f2f5b486c99424407c85f8270828aca5dd2899b704225518e6d5b0a61",
  115. "driver": "lxc",
  116. "driver_version": "3.0.3",
  117. "kernel": "Linux",
  118. "kernel_architecture": "x86_64",
  119. "kernel_version": "4.15.0-43-generic",
  120. "server": "lxd",
  121. "server_pid": 9717,
  122. "server_version": "3.0.3",
  123. "storage": "dir",
  124. "storage_version": "1",
  125. "server_clustered": false,
  126. "server_name": "lxd",
  127. "project": ""
  128. }
  129. }
  130. DBUG[01-02|15:17:12] Connecting to a local LXD over a Unix socket
  131. DBUG[01-02|15:17:12] Sending request to LXD method=GET url=http://unix.socket/1.0 etag=
  132. DBUG[01-02|15:17:12] Got response struct from LXD
  133. DBUG[01-02|15:17:12]
  134. {
  135. "config": {
  136. "core.https_address": "[::]:8443",
  137. "core.trust_password": true,
  138. "images.auto_update_interval": "0"
  139. },
  140. "api_extensions": [
  141. "storage_zfs_remove_snapshots",
  142. "container_host_shutdown_timeout",
  143. "container_stop_priority",
  144. "container_syscall_filtering",
  145. "auth_pki",
  146. "container_last_used_at",
  147. "etag",
  148. "patch",
  149. "usb_devices",
  150. "https_allowed_credentials",
  151. "image_compression_algorithm",
  152. "directory_manipulation",
  153. "container_cpu_time",
  154. "storage_zfs_use_refquota",
  155. "storage_lvm_mount_options",
  156. "network",
  157. "profile_usedby",
  158. "container_push",
  159. "container_exec_recording",
  160. "certificate_update",
  161. "container_exec_signal_handling",
  162. "gpu_devices",
  163. "container_image_properties",
  164. "migration_progress",
  165. "id_map",
  166. "network_firewall_filtering",
  167. "network_routes",
  168. "storage",
  169. "file_delete",
  170. "file_append",
  171. "network_dhcp_expiry",
  172. "storage_lvm_vg_rename",
  173. "storage_lvm_thinpool_rename",
  174. "network_vlan",
  175. "image_create_aliases",
  176. "container_stateless_copy",
  177. "container_only_migration",
  178. "storage_zfs_clone_copy",
  179. "unix_device_rename",
  180. "storage_lvm_use_thinpool",
  181. "storage_rsync_bwlimit",
  182. "network_vxlan_interface",
  183. "storage_btrfs_mount_options",
  184. "entity_description",
  185. "image_force_refresh",
  186. "storage_lvm_lv_resizing",
  187. "id_map_base",
  188. "file_symlinks",
  189. "container_push_target",
  190. "network_vlan_physical",
  191. "storage_images_delete",
  192. "container_edit_metadata",
  193. "container_snapshot_stateful_migration",
  194. "storage_driver_ceph",
  195. "storage_ceph_user_name",
  196. "resource_limits",
  197. "storage_volatile_initial_source",
  198. "storage_ceph_force_osd_reuse",
  199. "storage_block_filesystem_btrfs",
  200. "resources",
  201. "kernel_limits",
  202. "storage_api_volume_rename",
  203. "macaroon_authentication",
  204. "network_sriov",
  205. "console",
  206. "restrict_devlxd",
  207. "migration_pre_copy",
  208. "infiniband",
  209. "maas_network",
  210. "devlxd_events",
  211. "proxy",
  212. "network_dhcp_gateway",
  213. "file_get_symlink",
  214. "network_leases",
  215. "unix_device_hotplug",
  216. "storage_api_local_volume_handling",
  217. "operation_description",
  218. "clustering",
  219. "event_lifecycle",
  220. "storage_api_remote_volume_handling",
  221. "nvidia_runtime",
  222. "container_mount_propagation",
  223. "container_backup",
  224. "devlxd_images",
  225. "container_local_cross_pool_handling",
  226. "proxy_unix",
  227. "proxy_udp",
  228. "clustering_join",
  229. "proxy_tcp_udp_multi_port_handling",
  230. "network_state",
  231. "proxy_unix_dac_properties",
  232. "container_protection_delete",
  233. "unix_priv_drop",
  234. "pprof_http",
  235. "proxy_haproxy_protocol",
  236. "network_hwaddr",
  237. "proxy_nat",
  238. "network_nat_order",
  239. "container_full",
  240. "candid_authentication",
  241. "backup_compression",
  242. "candid_config",
  243. "nvidia_runtime_config",
  244. "storage_api_volume_snapshots",
  245. "storage_unmapped",
  246. "projects",
  247. "candid_config_key",
  248. "network_vxlan_ttl",
  249. "container_incremental_copy"
  250. ],
  251. "api_status": "stable",
  252. "api_version": "1.0",
  253. "auth": "trusted",
  254. "public": false,
  255. "auth_methods": [
  256. "tls"
  257. ],
  258. "environment": {
  259. "addresses": [
  260. "192.168.2.7:8443",
  261. "[2003:a:171b:a6d:7c70:9cff:fe2e:352f]:8443"
  262. ],
  263. "architectures": [
  264. "x86_64",
  265. "i686"
  266. ],
  267. "certificate": "-----BEGIN CERTIFICATE-----snip-----END CERTIFICATE-----\n",
  268. "certificate_fingerprint": "e5906400de15844b5c389bde9a61fe9a8d48a912a2b4537181b74a949a3b46e3",
  269. "driver": "lxc",
  270. "driver_version": "3.0.2",
  271. "kernel": "Linux",
  272. "kernel_architecture": "x86_64",
  273. "kernel_version": "4.19.1-gentoo",
  274. "server": "lxd",
  275. "server_pid": 25086,
  276. "server_version": "3.7",
  277. "storage": "dir",
  278. "storage_version": "1",
  279. "server_clustered": false,
  280. "server_name": "vhost",
  281. "project": "default"
  282. }
  283. }
  284. DBUG[01-02|15:17:12] Sending request to LXD method=GET url=https://lxd.example.com:8443/1.0/images/aliases/slideshowsrv etag=
  285. DBUG[01-02|15:17:23] Got response struct from LXD
  286. DBUG[01-02|15:17:23]
  287. {
  288. "description": "",
  289. "target": "fb5284c249bdf3173093fe6c2d5e63dd01dc50bf4a89145815725511afdfc7e5",
  290. "name": "slideshowsrv"
  291. }
  292. DBUG[01-02|15:17:23] Sending request to LXD method=GET url=https://lxd.example.com:8443/1.0/images/fb5284c249bdf3173093fe6c2d5e63dd01dc50bf4a89145815725511afdfc7e5 etag=
  293. DBUG[01-02|15:17:33] Got response struct from LXD
  294. DBUG[01-02|15:17:33]
  295. {
  296. "auto_update": false,
  297. "properties": {},
  298. "public": false,
  299. "aliases": [
  300. {
  301. "name": "slideshowsrv",
  302. "description": ""
  303. }
  304. ],
  305. "architecture": "x86_64",
  306. "cached": false,
  307. "filename": "",
  308. "fingerprint": "fb5284c249bdf3173093fe6c2d5e63dd01dc50bf4a89145815725511afdfc7e5",
  309. "size": 477068798,
  310. "created_at": "0001-01-01T00:00:00Z",
  311. "expires_at": "0001-01-01T00:00:00Z",
  312. "last_used_at": "0001-01-01T00:00:00Z",
  313. "uploaded_at": "2018-12-22T19:38:13.722807426Z"
  314. }
  315. DBUG[01-02|15:17:43] Connected to the websocket
  316. DBUG[01-02|15:17:43] Sending request to LXD method=POST url=https://lxd.example.com:8443/1.0/images/fb5284c249bdf3173093fe6c2d5e63dd01dc50bf4a89145815725511afdfc7e5/secret etag=
  317. DBUG[01-02|15:17:54] Got operation from LXD
  318. DBUG[01-02|15:17:54]
  319. {
  320. "id": "de09c893-748d-481e-b4ac-384f1000bd6b",
  321. "class": "token",
  322. "description": "Image download token",
  323. "created_at": "2019-01-02T14:17:54.020067048Z",
  324. "updated_at": "2019-01-02T14:17:54.020067048Z",
  325. "status": "Running",
  326. "status_code": 103,
  327. "resources": {
  328. "images": [
  329. "/1.0/images/fb5284c249bdf3173093fe6c2d5e63dd01dc50bf4a89145815725511afdfc7e5"
  330. ]
  331. },
  332. "metadata": {
  333. "secret": "0cf3a80a156a5a2d1495de4b16c8c9548ec6493d9365171a2a3dc2f4db9b2f23"
  334. },
  335. "may_cancel": true,
  336. "err": ""
  337. }
  338. DBUG[01-02|15:17:54] Connected to the websocket
  339. DBUG[01-02|15:17:54] Sending request to LXD method=POST url=http://unix.socket/1.0/images etag=
  340. DBUG[01-02|15:17:54]
  341. {
  342. "auto_update": false,
  343. "properties": null,
  344. "public": false,
  345. "filename": "",
  346. "source": {
  347. "alias": "",
  348. "certificate": "-----BEGIN CERTIFICATE-----snip-----END CERTIFICATE-----\n",
  349. "protocol": "lxd",
  350. "server": "https://lxd.example.com:8443",
  351. "mode": "pull",
  352. "type": "image",
  353. "url": "",
  354. "name": "",
  355. "fingerprint": "fb5284c249bdf3173093fe6c2d5e63dd01dc50bf4a89145815725511afdfc7e5",
  356. "secret": "0cf3a80a156a5a2d1495de4b16c8c9548ec6493d9365171a2a3dc2f4db9b2f23"
  357. },
  358. "compression_algorithm": "",
  359. "aliases": null
  360. }
  361. DBUG[01-02|15:17:54] Got operation from LXD
  362. DBUG[01-02|15:17:54]
  363. {
  364. "id": "2c489143-86ea-4055-81e5-dbe21fc4ec3e",
  365. "class": "task",
  366. "description": "Downloading image",
  367. "created_at": "2019-01-02T15:17:54.059140035+01:00",
  368. "updated_at": "2019-01-02T15:17:54.059140035+01:00",
  369. "status": "Running",
  370. "status_code": 103,
  371. "resources": null,
  372. "metadata": null,
  373. "may_cancel": false,
  374. "err": ""
  375. }
  376. DBUG[01-02|15:17:54] Sending request to LXD method=GET url=http://unix.socket/1.0/operations/2c489143-86ea-4055-81e5-dbe21fc4ec3e etag=
  377. DBUG[01-02|15:17:54] Got response struct from LXD
  378. DBUG[01-02|15:17:54]
  379. {
  380. "id": "2c489143-86ea-4055-81e5-dbe21fc4ec3e",
  381. "class": "task",
  382. "description": "Downloading image",
  383. "created_at": "2019-01-02T15:17:54.059140035+01:00",
  384. "updated_at": "2019-01-02T15:17:54.059140035+01:00",
  385. "status": "Running",
  386. "status_code": 103,
  387. "resources": null,
  388. "metadata": null,
  389. "may_cancel": false,
  390. "err": ""
  391. }
  392. DBUG[01-02|15:18:25] Sending request to LXD method=POST url=http://unix.socket/1.0/images etag=
  393. DBUG[01-02|15:18:25]
  394. {
  395. "auto_update": false,
  396. "properties": null,
  397. "public": false,
  398. "filename": "",
  399. "source": {
  400. "alias": "",
  401. "certificate": "-----BEGIN CERTIFICATE-----snip-----END CERTIFICATE-----\n",
  402. "protocol": "lxd",
  403. "server": "https://1.1.1.1:8443",
  404. "mode": "pull",
  405. "type": "image",
  406. "url": "",
  407. "name": "",
  408. "fingerprint": "fb5284c249bdf3173093fe6c2d5e63dd01dc50bf4a89145815725511afdfc7e5",
  409. "secret": "0cf3a80a156a5a2d1495de4b16c8c9548ec6493d9365171a2a3dc2f4db9b2f23"
  410. },
  411. "compression_algorithm": "",
  412. "aliases": null
  413. }
  414. DBUG[01-02|15:18:25] Got operation from LXD
  415. DBUG[01-02|15:18:25]
  416. {
  417. "id": "97f4e332-c0dc-4bbb-b41a-1b793caadfd5",
  418. "class": "task",
  419. "description": "Downloading image",
  420. "created_at": "2019-01-02T15:18:25.039329745+01:00",
  421. "updated_at": "2019-01-02T15:18:25.039329745+01:00",
  422. "status": "Running",
  423. "status_code": 103,
  424. "resources": null,
  425. "metadata": null,
  426. "may_cancel": false,
  427. "err": ""
  428. }
  429. DBUG[01-02|15:18:25] Sending request to LXD method=GET url=http://unix.socket/1.0/operations/97f4e332-c0dc-4bbb-b41a-1b793caadfd5 etag=
  430. DBUG[01-02|15:18:25] Got response struct from LXD
  431. DBUG[01-02|15:18:25]
  432. {
  433. "id": "97f4e332-c0dc-4bbb-b41a-1b793caadfd5",
  434. "class": "task",
  435. "description": "Downloading image",
  436. "created_at": "2019-01-02T15:18:25.039329745+01:00",
  437. "updated_at": "2019-01-02T15:18:25.039329745+01:00",
  438. "status": "Running",
  439. "status_code": 103,
  440. "resources": null,
  441. "metadata": null,
  442. "may_cancel": false,
  443. "err": ""
  444. }
  445. Error: Failed remote image download: Image 'fb5284c249bdf3173093fe6c2d5e63dd01dc50bf4a89145815725511afdfc7e5' not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement