You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Zhao Yongming (JIRA)" <ji...@apache.org> on 2012/10/10 08:37:02 UTC

[jira] [Resolved] (TS-1351) raw disk cache disabled when system start

     [ https://issues.apache.org/jira/browse/TS-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhao Yongming resolved TS-1351.
-------------------------------

    Resolution: Fixed
      Assignee: Zhao Yongming

commit 08b283637d58c5512354216ca41351b804d684b8
                
> raw disk cache disabled when system start
> -----------------------------------------
>
>                 Key: TS-1351
>                 URL: https://issues.apache.org/jira/browse/TS-1351
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cache, Management, Packaging
>    Affects Versions: 3.3.1
>         Environment: 3.3 & 3.0 x86_64 RHEL 6.2
>            Reporter: Zhao Yongming
>            Assignee: Zhao Yongming
>             Fix For: 3.3.2
>
>         Attachments: TS-1351.patch
>
>
> when system start, the trafficserver can not enable disk because of unable to open the disk file for read.
> {code}
> [Jul 15 16:29:31.498] Manager {0x7f203507e7e0} NOTE: [LocalManager::pollMgmtProcessServer] New process connecting fd '8'
> [Jul 15 16:29:31.499] Manager {0x7f203507e7e0} NOTE: [Alarms::signalAlarm] Server Process born
> [Jul 15 16:29:32.516] {0x2b53eadb97a0} STATUS: opened /var/log/trafficserver/diags.log
> [Jul 15 16:29:32.529] {0x2b53eadb97a0} NOTE: updated diags config
> [Jul 15 16:29:32.539] Server {0x2b53eadb97a0} WARNING: unable to open '/dev/sda6': -13, Permission denied
> [Jul 15 16:29:32.539] Server {0x2b53eadb97a0} WARNING: could not initialize storage "/dev/sda6" [unable to open]
> [Jul 15 16:29:32.539] Server {0x2b53eadb97a0} NOTE: cache clustering disabled
> [Jul 15 16:29:32.539] Server {0x2b53eadb97a0} NOTE: clearing statistics
> [Jul 15 16:29:32.540] Server {0x2b53eadb97a0} WARNING: unable to open '/dev/sda6': -13, Permission denied
> [Jul 15 16:29:32.540] Server {0x2b53eadb97a0} WARNING: could not initialize storage "/dev/sda6" [unable to open]
> [Jul 15 16:29:32.540] Server {0x2b53eadb97a0} WARNING: no cache disks specified in /etc/trafficserver/storage.config: cache disabled
> [Jul 15 16:29:32.586] Server {0x2b53eadb97a0} NOTE: cache clustering disabled
> [Jul 15 16:29:32.586] Server {0x2b53eadb97a0} WARNING: unable to open cache disk(s): Cache Disabled
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira