[GH-ISSUE #32] Error: Instance already added #24

Open
opened 2026-02-27 15:57:01 +03:00 by kerem · 2 comments
Owner

Originally created by @beyondthewall on GitHub (Jul 7, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/32

hello,

first of all.. i love webvirtcloud.. does exactly what i want it to do.. and all that in a simple appealing way.
though i just hit a bump.
why can't i add a virtual machine to multiple users? why would that be restricted? is there a way to do that?

thanks for all the good work!
best

Originally created by @beyondthewall on GitHub (Jul 7, 2015). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/32 hello, first of all.. i love webvirtcloud.. does exactly what i want it to do.. and all that in a simple appealing way. though i just hit a bump. why can't i add a virtual machine to multiple users? why would that be restricted? is there a way to do that? thanks for all the good work! best
Author
Owner

@MaxPower87 commented on GitHub (Aug 6, 2015):

+1
Need this feature too :)

<!-- gh-comment-id:128387107 --> @MaxPower87 commented on GitHub (Aug 6, 2015): +1 Need this feature too :)
Author
Owner

@MaxPower87 commented on GitHub (Aug 6, 2015):

I found a workaround.
You can give a user superuser permissions.
just open the db.sqlite3 file with your sqlite3 client:

sqlite3 /srv/webvirtcloud/db.sqlite3
update auth_user set is_superuser = 1 where username = 'USERNAME';

And then you have a new superuser who can see all the VMs.

Maybe this helps

<!-- gh-comment-id:128408016 --> @MaxPower87 commented on GitHub (Aug 6, 2015): I found a workaround. You can give a user superuser permissions. just open the db.sqlite3 file with your sqlite3 client: sqlite3 /srv/webvirtcloud/db.sqlite3 update auth_user set is_superuser = 1 where username = 'USERNAME'; And then you have a new superuser who can see all the VMs. Maybe this helps
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#24
No description provided.