Closed 3lding closed 3 years ago
Can you update your commit message to include the required Signed-off-by: Firstname Lastname <email>
line?
Can you update your commit message to include the required
Signed-off-by: Firstname Lastname <email>
line?
@stgraber done 👍🏻
Forgot to push? I still just see the one commit.
Ah, not quite what I had in mind. I don't mind adding this entry to the .gitignore, I just don't want it to be part of the commit that's fixing the loopback issue.
Instead I'd expect to have two commits in this branch:
Ah, not quite what I had in mind. I don't mind adding this entry to the .gitignore, I just don't want it to be part of the commit that's fixing the loopback issue.
Instead I'd expect to have two commits in this branch:
* gitignore: Add .idea * Fix error when creating loopback bdev
Oh sorry. Should I recreate the branch and open a new pull request instead?
Ah, not quite what I had in mind. I don't mind adding this entry to the .gitignore, I just don't want it to be part of the commit that's fixing the loopback issue.
Instead I'd expect to have two commits in this branch:
* gitignore: Add .idea * Fix error when creating loopback bdev
Now all should be correct 👍🏻
Looks good, thanks!
Hello,
I was able to fix my submitted Issue #147. There was only one little modification needed to apply on
type.go
. Now the loopback storage device can be created without any issues.I changed this because in the manual the backingstore name is also called
loop
so I tried it with renaming it fromloopback
toloop
and after building and testing it the container was created with its loopback storage.