Bug 1099882
| Summary: | can't setup second host when using iscsi | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Jiri Moskovcak <jmoskovc> | ||||||
| Component: | ovirt-hosted-engine-setup | Assignee: | Sandro Bonazzola <sbonazzo> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Artyom <alukiano> | ||||||
| Severity: | urgent | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 3.5 | CC: | alukiano, amureini, bugs, dfediuck, didi, fsimonce, gklein, iheim, jmoskovc, lveyde, rbalakri, stirabos, yeylon | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | 3.5.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | integration | ||||||||
| Fixed In Version: | ovirt-3.5.0-beta1 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-10-17 12:38:09 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | 1150419 | ||||||||
| Bug Blocks: | 1036731, 1123006, 1123213, 1153278 | ||||||||
| Attachments: |
|
||||||||
Created attachment 897948 [details]
setup log
This bug is missing the "expected results" section. What link were you expecting there and why? The ones of the storage domain (images, etc) or the special HE ones? Those links are created on connectStoragePool so if you think you really need them you have to investigate how to provide them when you're not connected to a pool. If on the other hand this is the setup process then you should be connected to the pool. Anyway after the initial setup you need to run a VM without being connected to a pool, which means that you don't rely on the /rhev/data-center/mnt links but rather on the /var/run/vdsm/.. ones. Jiri, are you going to use /var/run/vdsm? otherwise I'll push a patch for starting the pool when performing the host id validation. (In reply to Sandro Bonazzola from comment #3) > Jiri, are you going to use /var/run/vdsm? otherwise I'll push a patch for > starting the pool when performing the host id validation. The rest of the code also relies on the links, so to not break it further just connect the pool. (In reply to Jiri Moskovcak from comment #4) > (In reply to Sandro Bonazzola from comment #3) > > Jiri, are you going to use /var/run/vdsm? otherwise I'll push a patch for > > starting the pool when performing the host id validation. > > The rest of the code also relies on the links, so to not break it further > just connect the pool. Pushed patches for connecting the pool and ensure service directory exists before creating HE links. oVirt 3.5 has been released and should include the fix for this issue. |
Created attachment 897947 [details] vdsm log Description of problem: while testing the hosted engine on iscsi feature I ran into a problem when setting the second host. The data domain /rhev/data-center/mnt is not properly populated. Please see the attached logs.