[MXS-55] put "maxscale" in name of directories in /dev/shm Created: 2015-03-24 Updated: 2017-12-01 Resolved: 2015-03-24 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | None |
| Affects Version/s: | 1.0.5 |
| Fix Version/s: | 1.1.0 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Kolbe Kegel (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
We should put "maxscale." at the beginning of directory names we create in /dev/shm. It's difficult to do housekeeping of the old log files when it's not really easy to identify which items in /dev/shm were created by maxscale. I.e. instead of /dev/shm/1234 we should create /dev/shm/maxscale.1234 |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2015-03-24 ] |
|
Markus, Please discuss with Massimiiano and Martin about it. |
| Comment by Massimiliano Pinto (Inactive) [ 2015-03-25 ] |
|
Ok, that's a good improvement. We'll add the fix to develop branch. |
| Comment by Timofey Turenko [ 2015-05-13 ] |
|
Checked: [root@localhost ~]# ls /dev/shm |