Skip to content

Instantly share code, notes, and snippets.

@atyronesmith
Created January 16, 2017 14:11
Show Gist options
  • Select an option

  • Save atyronesmith/d20f86667cd595d9a5a4f4af4b91e53b to your computer and use it in GitHub Desktop.

Select an option

Save atyronesmith/d20f86667cd595d9a5a4f4af4b91e53b to your computer and use it in GitHub Desktop.
Before deploy...
root@undercloud-nfv-vepc site-packages]# ironic node-show c19f4aba-2c32-41e4-946e-46274d7f76bb
+------------------------+--------------------------------------------------------------------------+
| Property | Value |
+------------------------+--------------------------------------------------------------------------+
| chassis_uuid | |
| clean_step | {} |
| console_enabled | False |
| created_at | 2017-01-11T18:49:30+00:00 |
| driver | pxe_ipmitool |
| driver_info | {u'deploy_kernel': u'256ee7d4-e581-4400-ae89-5b6c93c3573f', |
| | u'ipmi_address': u'10.19.109.203', u'deploy_ramdisk': u'30166f2d- |
| | 033f-4495-90e7-1912cf472fa8', u'ipmi_password': u'******', |
| | u'ipmi_username': u'admin'} |
| driver_internal_info | {u'agent_url': u'http://192.0.2.35:9999', u'root_uuid_or_disk_id': |
| | u'a69bf0c7-8d41-42c5-b1f0-e64719aa7ffb', u'is_whole_disk_image': False, |
| | u'agent_last_heartbeat': 1484338271} |
| extra | {u'hardware_swift_object': u'extra_hardware-c19f4aba-2c32-41e4-946e- |
| | 46274d7f76bb'} |
| inspection_finished_at | None |
| inspection_started_at | None |
| instance_info | {u'root_gb': u'40', u'display_name': u'overcloud-cephstorage-1', |
| | u'image_source': u'ef5036a2-ac7e-4b08-9c34-05c6cce67157', |
| | u'capabilities': u'{"profile": "ceph-storage", "boot_option": "local"}', |
| | u'memory_mb': u'4096', u'vcpus': u'1', u'local_gb': u'556', |
| | u'configdrive': u'******', u'swap_mb': u'0'} |
| instance_uuid | 9552c0e2-27a0-4389-8083-7f00e805028e |
| last_error | None |
| maintenance | False |
| maintenance_reason | None |
| name | overcloud-ceph-0 |
| network_interface | |
| power_state | power on |
| properties | {u'cpu_arch': u'x86_64', u'root_device': {u'wwn': |
| | u'0x6001636001aa95b8'}, u'cpus': u'48', u'capabilities': u'profile:ceph- |
| | storage,cpu_hugepages:true,cpu_txt:true,cpu_vt:true,boot_option:local,cp |
| | u_aes:true,cpu_hugepages_1g:true,boot_mode:uefi', u'memory_mb': |
| | u'131072', u'local_gb': 556} |
| provision_state | active |
| provision_updated_at | 2017-01-13T20:12:55+00:00 |
| raid_config | |
| reservation | None |
| resource_class | |
| target_power_state | None |
| target_provision_state | None |
| target_raid_config | |
| updated_at | 2017-01-13T20:12:55+00:00 |
| uuid | c19f4aba-2c32-41e4-946e-46274d7f76bb |
+------------------------+--------------------------------------------------------------------------+
root_device is set...
On the node:
lsblk -PdioKNAME,UUID,SERIAL,WWN
shows WWN was set correctly...
first_boot log
Jan 13 15:10:57 localhost.localdomain kernel: Command line: deploy_kernel selinux=0 disk= iscsi_target_iqn= deployment_id= deployment_key= ironic_api_url= troubleshoot=0 text nofb nomodeset vga=normal boot_option= ip=192.0.2.35:192.0.2.1:192.0.2.1:255.255.255.0 BOOTIF=2c:60:0c:ca:78:8f root_device=wwn=0x6001636001aa95b8 ipa-api-url=http://192.0.2.1:6385 ipa-driver-name=pxe_ipmitool boot_mode= initrd=deploy_ramdisk coreos.configdrive=0
..
Jan 13 15:12:15 host-192-0-2-35 ironic-python-agent[901]: 2017-01-13 15:12:15.332 901 INFO ironic_python_agent.extensions.image [-] GRUB2 successfully installed on /dev/sdg
Jan 13 15:12:15 host-192-0-2-35 kernel: XFS (sdg3): Unmounting Filesystem
Jan 13 15:12:15 host-192-0-2-35 ironic-python-agent[901]: 2017-01-13 15:12:15.502 901 INFO root [-] Command image.install_bootloader completed: Command name: install_bootloader, params: {u'efi_system_part_uuid': u'4633-16AC', u'root_uuid': u'a69bf0c7-8d41-42c5-b1f0-e64719aa7ffb'}, status: SUCCEEDED, result: None.
Jan 13 15:12:15 host-192-0-2-35 ironic-python-agent[901]: 192.0.2.1 - - [13/Jan/2017 15:12:15] "POST /v1/commands?wait=true HTTP/1.1" 200 272
oh wait...
an 13 15:12:15 host-192-0-2-35 logger[3303]: os-prober: debug: running /usr/libexec/os-probes/50mounted-tests on /dev/nvme0n1p3
Jan 13 15:12:15 host-192-0-2-35 kernel: XFS (nvme0n1p3): Filesystem has duplicate UUID a69bf0c7-8d41-42c5-b1f0-e64719aa7ffb - can't mount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment