You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Joseph J. VLcek (JIRA)" <ji...@apache.org> on 2013/03/15 17:30:13 UTC

[jira] [Created] (DTACLOUD-514) RHEVm - instance creation sets first boot to network

Joseph J. VLcek created DTACLOUD-514:
----------------------------------------

             Summary: RHEVm -  instance creation sets first boot to network
                 Key: DTACLOUD-514
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-514
             Project: DeltaCloud
          Issue Type: Bug
          Components: Server
            Reporter: Joseph J. VLcek
            Assignee: Joseph J. VLcek


rbovirt default instance first boot is to do a network boot instead of hard disk.

see: https://github.com/abenari/rbovirt/blob/master/lib/ovirt/vm.rb#L77

This could create issues is a boot server is found on the network and
could also slow instance boot from hard disk since the attempted network
boot has to fail before network boot is attempted.

The solution should be to make boot from HD the default first option
and to provide a 'first_boot_device' feature, similar to the 'user_data' feature.
see: "lib/deltacloud/drivers/features.rb"

The user who desires network/PXE boot will need to explicitly request it.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira