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

Make stateroot/osname default to e.g. default #2794

Open
cgwalters opened this issue Dec 14, 2022 · 0 comments
Open

Make stateroot/osname default to e.g. default #2794

cgwalters opened this issue Dec 14, 2022 · 0 comments
Labels
difficulty/medium medium complexity/difficutly issue reward/small This is a minor fix or cleanup triaged This issue has been evaluated and is valid

Comments

@cgwalters
Copy link
Member

One semi-obscure feature of ostree is that not only can you have multiple bootable filesystem roots, there's support for independent groups of those, called a stateroot or more historically osname.

Many cases, in fact almost all real world uses only have one of these. Let's support not specifying it, and have a default, which we should probably just call default.

jkonecny12 added a commit to jkonecny12/pykickstart that referenced this issue Feb 17, 2023
The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655
jkonecny12 added a commit to jkonecny12/pykickstart that referenced this issue Feb 17, 2023
The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655
jkonecny12 added a commit to jkonecny12/pykickstart that referenced this issue Feb 20, 2023
The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655
jkonecny12 added a commit to jkonecny12/pykickstart that referenced this issue Feb 22, 2023
It is another way to set source for ostree.

The difference:
ostreesetup - work for OSTree repositories
ostreecontainer - work for native container images

See https://fedoraproject.org/wiki/Changes/OstreeNativeContainer for
more details.

Changes:
The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655

Rename osname to stateroot and set default value (#2125655)

The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655
cgwalters added a commit to cgwalters/ostree-rs-ext that referenced this issue Mar 1, 2023
See ostreedev/ostree#2794

Having this e.g. be `rhcos` or `fcos` etc. doesn't add any value.
cgwalters added a commit to cgwalters/ostree-rs-ext that referenced this issue Mar 1, 2023
See ostreedev/ostree#2794

Having this e.g. be `rhcos` or `fcos` etc. doesn't add any value.
cgwalters added a commit to cgwalters/ostree-rs-ext that referenced this issue Mar 3, 2023
See ostreedev/ostree#2794

Having this e.g. be `rhcos` or `fcos` etc. doesn't add any value.
jkonecny12 added a commit to jkonecny12/pykickstart that referenced this issue Mar 8, 2023
It is another way to set source for ostree.

The difference:
ostreesetup - work for OSTree repositories
ostreecontainer - work for native container images

See https://fedoraproject.org/wiki/Changes/OstreeNativeContainer for
more details.

Changes:
The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655

Rename osname to stateroot and set default value (#2125655)

The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655
jkonecny12 added a commit to jkonecny12/pykickstart that referenced this issue Mar 14, 2023
It is another way to set source for ostree.

The difference:
ostreesetup - work for OSTree repositories
ostreecontainer - work for native container images

See https://fedoraproject.org/wiki/Changes/OstreeNativeContainer for
more details.

Changes:
The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655

Rename osname to stateroot and set default value (#2125655)

The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655
jkonecny12 added a commit to jkonecny12/pykickstart that referenced this issue Mar 14, 2023
It is another way to set source for ostree.

The difference:
ostreesetup - work for OSTree repositories
ostreecontainer - work for native container images

See https://fedoraproject.org/wiki/Changes/OstreeNativeContainer for
more details.

Changes:
The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655

Rename osname to stateroot and set default value (#2125655)

The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655
bcl pushed a commit to pykickstart/pykickstart that referenced this issue Mar 14, 2023
It is another way to set source for ostree.

The difference:
ostreesetup - work for OSTree repositories
ostreecontainer - work for native container images

See https://fedoraproject.org/wiki/Changes/OstreeNativeContainer for
more details.

Changes:
The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655

Rename osname to stateroot and set default value (#2125655)

The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655
@cgwalters cgwalters added difficulty/medium medium complexity/difficutly issue reward/small This is a minor fix or cleanup triaged This issue has been evaluated and is valid labels May 2, 2023
kwozyman pushed a commit to kwozyman/pykickstart that referenced this issue Oct 4, 2023
It is another way to set source for ostree.

The difference:
ostreesetup - work for OSTree repositories
ostreecontainer - work for native container images

See https://fedoraproject.org/wiki/Changes/OstreeNativeContainer for
more details.

Changes:
The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655

Rename osname to stateroot and set default value (#2125655)

The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655
bcl pushed a commit to bcl/pykickstart that referenced this issue Nov 29, 2023
It is another way to set source for ostree.

The difference:
ostreesetup - work for OSTree repositories
ostreecontainer - work for native container images

See https://fedoraproject.org/wiki/Changes/OstreeNativeContainer for
more details.

Changes:
The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655

Rename osname to stateroot and set default value (#2125655)

The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

(cherry picked from commit e278750)

Backported to rhel9-branch by bcl@redhat.com
bcl pushed a commit to bcl/pykickstart that referenced this issue Nov 29, 2023
It is another way to set source for ostree.

The difference:
ostreesetup - work for OSTree repositories
ostreecontainer - work for native container images

See https://fedoraproject.org/wiki/Changes/OstreeNativeContainer for
more details.

Changes:
The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

Related: rhbz#2125655

Rename osname to stateroot and set default value (#2125655)

The ostree tool renamed `osname` to `stateroot` so when we creating a
new command let's make the name correct.

The default value is recommended on BZ and here
ostreedev/ostree#2794

(cherry picked from commit e278750)

Backported to rhel9-branch by bcl@redhat.com
Resolves: RHEL-17662
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/medium medium complexity/difficutly issue reward/small This is a minor fix or cleanup triaged This issue has been evaluated and is valid
Projects
None yet
Development

No branches or pull requests

1 participant