Bug #1260
VMware TM drivers fail with ESX5.0
Status: | Closed | Start date: | 04/30/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Tino Vázquez | % Done: | 100% | |
Category: | Drivers - Auth | |||
Target version: | Release 3.6 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 3.4 |
Description
Reason being the lack of sudo. A possible workaround is to ssh as root.
Associated revisions
bug #1260: We'll use now setuid
History
#1 Updated by Tino Vázquez about 9 years ago
- File clone added
Attached a replacement for "clone" script that doesn't use sudo.
#2 Updated by Tino Vázquez about 9 years ago
Another (nicere) workaround is to:
- Add "oneadmin" to the root group in the ESX host
- Activate the setuid in /sbin/vmkfstools
root$ chmod +s /sbin/vmkfstools
#3 Updated by Tino Vázquez about 9 years ago
Update documentation before closing!
#4 Updated by Tino Vázquez about 9 years ago
- Category set to Drivers - Auth
- Status changed from New to Closed
- Assignee set to Tino Vázquez
- Target version set to Release 3.6
- % Done changed from 0 to 100
- Resolution set to fixed
Fixed in master, updated 3.6 doc, we are going to use setuid.