Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create server error: failed to set boot order #1

Open
OriHoch opened this issue Aug 17, 2020 · 2 comments
Open

create server error: failed to set boot order #1

OriHoch opened this issue Aug 17, 2020 · 2 comments

Comments

@OriHoch
Copy link
Member

OriHoch commented Aug 17, 2020

reproduction steps

  • create server with the following options:
{
    "datacenter": "IL",
    "image": "ubuntu_server_18.04_64-bit",
    "cpu": "1A",
    "ram": "1024",
    "disk": "size=10",
    "dailybackup": "no",
    "managed": "no",
    "network": "name=wan,ip=auto",
    "quantity": 1,
    "billingcycle": "hourly",
    "monthlypackage": "",
}
  • wait for command to complete

expected

  • server created, command completes successfully

actual

  • command failed with error status:
{
  'id': 529044823,
  'status': 'error',
  'server': '',
  'description': 'ktb-6BADvHo-202008160912 - Create Server',
  'added': '2020-08-16 09:13:36',
  'executed': '2020-08-16 09:14:24',
  'completed': '2020-08-16 09:21:42',
  'log': '2020-08-16 12:14:24: Zone: IL\nName: ktb-6BADvHo-202008160912\nCPU: 1 Availability\nRAM: 1024MB\nImage Name: ubuntu_server_18.04_64-bit\nDisk #1: 10GB\nNetwork #1: wan-il - 195.28.180.173 @ 00:50:56:0b:20:0f\nDaily Backup: No\nManagement Services: No\nBilling: Hourly\n2020-08-16 12:14:43: creating filesystem\n2020-08-16 12:14:43: generating hard disks\n2020-08-16 12:15:24: registering with host\n2020-08-16 12:17:48: adding networks\n2020-08-16 12:18:19: connecting hard disks\n2020-08-16 12:18:21: configuring operating system\n2020-08-16 12:21:41: failed to set boot order\n2020-08-16 12:21:42: ERROR: failed to set boot order \nThis might be due to an internal error,\nPlease try again or contact support.'
}
@OriHoch OriHoch changed the title ERROR: failed to set boot order create server error: failed to set boot order Aug 17, 2020
@OriHoch
Copy link
Member Author

OriHoch commented Aug 17, 2020

{'id': 529044823, 'status': 'error', 'server': '', 'description': 'ktb-6BADvHo-202008160912 - Create Server', 'added': '2020-08-16 09:13:36', 'executed': '2020-08-16 09:14:24', 'completed': '2020-08-16 09:21:42', 'log': '2020-08-16 12:14:24: Zone: IL\nName: ktb-6BADvHo-202008160912\nCPU: 1 Availability\nRAM: 1024MB\nImage Name: ubuntu_server_18.04_64-bit\nDisk #1: 10GB\nNetwork #1: wan-il - 195.28.180.173 @ 00:50:56:0b:20:0f\nDaily Backup: No\nManagement Services: No\nBilling: Hourly\n2020-08-16 12:14:43: creating filesystem\n2020-08-16 12:14:43: generating hard disks\n2020-08-16 12:15:24: registering with host\n2020-08-16 12:17:48: adding networks\n2020-08-16 12:18:19: connecting hard disks\n2020-08-16 12:18:21: configuring operating system\n2020-08-16 12:21:41: failed to set boot order\n2020-08-16 12:21:42: ERROR: failed to set boot order \nThis might be due to an internal error,\nPlease try again or contact support.'}

https://github.com/Kamatera/cloudcli/runs/990077674#step:3:814

@OriHoch
Copy link
Member Author

OriHoch commented Aug 17, 2020

{'id': 529044823, 'status': 'error', 'server': '', 'description': 'ktb-6BADvHo-202008160912 - Create Server', 'added': '2020-08-16 09:13:36', 'executed': '2020-08-16 09:14:24', 'completed': '2020-08-16 09:21:42', 'log': '2020-08-16 12:14:24: Zone: IL\nName: ktb-6BADvHo-202008160912\nCPU: 1 Availability\nRAM: 1024MB\nImage Name: ubuntu_server_18.04_64-bit\nDisk #1: 10GB\nNetwork #1: wan-il - 195.28.180.173 @ 00:50:56:0b:20:0f\nDaily Backup: No\nManagement Services: No\nBilling: Hourly\n2020-08-16 12:14:43: creating filesystem\n2020-08-16 12:14:43: generating hard disks\n2020-08-16 12:15:24: registering with host\n2020-08-16 12:17:48: adding networks\n2020-08-16 12:18:19: connecting hard disks\n2020-08-16 12:18:21: configuring operating system\n2020-08-16 12:21:41: failed to set boot order\n2020-08-16 12:21:42: ERROR: failed to set boot order \nThis might be due to an internal error,\nPlease try again or contact support.'}

https://github.com/Kamatera/cloudcli/runs/990077674#step:3:864

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant