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

[BUG] waagent doesn't mount temporary storage on Gen2 VMs #1645

Closed
msftphleiten opened this issue Sep 24, 2019 · 4 comments
Closed

[BUG] waagent doesn't mount temporary storage on Gen2 VMs #1645

msftphleiten opened this issue Sep 24, 2019 · 4 comments
Assignees

Comments

@msftphleiten
Copy link

temporary storage is not mounted and therefor swap space doesn't get active with error:

2019/09/17 07:43:28.253251 INFO Daemon Activate resource disk
2019/09/17 07:43:28.255774 ERROR Daemon Failed to mount resource disk [ResourceDiskError] unable to detect disk topology
2019/09/17 07:43:28.257645 ERROR Daemon Event: name=WALinuxAgent, op=ActivateResourceDisk, message=[ResourceDiskError] unable to detect disk topology, duration=0

disks are not SCSI and not IDE anymore.

def mount_resource_disk(self, mount_point):

  | device = self.osutil.device_for_ide_port(1)
  | if device is None:
  | raise ResourceDiskError("unable to detect disk topology")

it only applies to Gen2 VMs (Mv2) as this changes the way disks are handled.

  • Distro and Version: SLES12SP4 Gen2 and SLES15 Gen2 images on marketplace
@narrieta
Copy link
Member

@jasonzio related to #1362

@narrieta narrieta assigned jasonzio and unassigned narrieta Sep 26, 2019
@vrdmr vrdmr added triaged and removed triage Needs Triaging labels Oct 22, 2019
@vrdmr
Copy link
Member

vrdmr commented Oct 22, 2019

Hey @trstringer Could you please take a look at this issue. Thanks.

@trstringer
Copy link
Contributor

Fixed by #1654.

@vrdmr
Copy link
Member

vrdmr commented Oct 23, 2019

Thanks, @trstringer.
Closing the issue. Fixed in #1654.

@vrdmr vrdmr closed this as completed Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants