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

add DiskIDTransform Rules #403

Open
wants to merge 5 commits into
base: ubuntu-noble
Choose a base branch
from
Open

Conversation

ramonskie
Copy link
Contributor

this will add the diskid transform rules needed for cloudfoundry/bosh-agent#343

jpalermo
jpalermo previously approved these changes Dec 20, 2024
@ramonskie ramonskie requested review from a team, mvach and nouseforaname and removed request for a team and nouseforaname December 21, 2024 12:35
Copy link
Contributor

@rkoster rkoster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed during Working group call, could you add a bit of documentation so that further people know what the paths where that we want to match against.

Comment on lines +2 to +3
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm as you can see in the related information part.

Not sure if that line break is needed and intended

# Introduction
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
Therefore we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Therefore we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below
Therefore, we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below

I think therefore always comes with a comma

Comment on lines +2 to +3
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm as you can see in the related information part.

see below

# Introduction
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
Therefore we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Therefore we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below
Therefore, we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below

Comment on lines +2 to +3
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm as you can see in the related information part.

# Introduction
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
Therefore we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Therefore we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below
Therefore, we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below

Comment on lines +2 to +3
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm as you can see in the related information part.

# Introduction
The problem that we have is that the diskID provided by the IAAS does not correspond with the diskID on the vm
as you can see in the related information part.
Therefore we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Therefore we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below
Therefore, we are trying to mitigate this issue by using diskIdTransformation as you can see in the example below

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Waiting for Changes | Open for Contribution
Development

Successfully merging this pull request may close these issues.

5 participants