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

dumb down dir_path property #1234

Closed
woju opened this Issue Sep 24, 2015 · 0 comments

Comments

Projects
None yet
1 participant
@woju
Member

woju commented Sep 24, 2015

This property should be dependent only on vm.name and vm.__class__.
TemplateVM should be separate from others, because on liveusb it lives on the
drive, but all other domains are in tmpfs. Old vm-services may be joined with
others, because in 4.1 being "servicevm" will be a matter of property value, not
a class.

@woju woju self-assigned this Sep 24, 2015

@woju woju added this to the Release 4.0 milestone Sep 24, 2015

@woju woju added C: core task labels Sep 24, 2015

@woju woju changed the title from dumb down `dir_path` property to dumb down dir_path property Sep 24, 2015

woju added a commit to woju/qubes-core-admin that referenced this issue Sep 25, 2015

Dumb down dir_path property
From now, dir_path cannot be set and is calculated from domain's class
and name.

fixes QubesOS/qubes-issues#1234

@woju woju closed this Sep 25, 2015

woju added a commit to woju/qubes-core-admin that referenced this issue Sep 28, 2015

Dumb down dir_path property
From now, dir_path cannot be set and is calculated from domain's class
and name.

fixes QubesOS/qubes-issues#1234

woju added a commit to woju/qubes-core-admin that referenced this issue Sep 28, 2015

Dumb down dir_path property
From now, dir_path cannot be set and is calculated from domain's class
and name.

fixes QubesOS/qubes-issues#1234

woju added a commit to woju/qubes-core-admin that referenced this issue Oct 5, 2015

Dumb down dir_path property
From now, dir_path cannot be set and is calculated from domain's class
and name.

fixes QubesOS/qubes-issues#1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment