mirror of
https://github.com/sibprogrammer/owp.git
synced 2026-04-24 23:15:51 +03:00
[PR #69] [MERGED] You can't reinstall 2+ containers in the same time #81
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/owp#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sibprogrammer/owp/pull/69
Author: @unkn0w
Created: 1/20/2017
Status: ✅ Merged
Merged: 1/20/2017
Merged by: @sibprogrammer
Base:
master← Head:master📝 Commits (1)
82c0c0ewhen two or more users reinstall containers, one of this CT will be broken, because every operation uses same temp file.📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
app/models/virtual_server.rb(+1 -1)📄 Description
when two or more users reinstall containers, one (or more) of this CT will be broken, because every operation uses same temp file. This issue occurs on my server with 500+ CT on it, every few days. This simple patch fix it.
After my patch, every user will have separate temp file, and multiple reinstalls in same time will be possible.
This is first pull-request in my life, so sorry if I'm doing something wrong :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.