Skip to content

kubernetes deployment - inotify issue #168

Description

@mmguero

Sub-issue of #149.

A lot of the code in Malcolm that deals with processing PCAP, processing logs, processing extracted files, relies on inotify (here is one good example). However, with a PersistentVolume over NFS, it doesn't appear we're getting those events. That would make sense, as from what I understand inotify is a kernel thing and it may not be propogated over NFS. We need to figure out if this is something we can "fix" magically and make work everywhere with all types of persistentvolumes (which, unfortunately, I kind of doubt) or come up with something else (probably some kind of polling). Grepping inotify in the source code will show where we need to do it.

Metadata

Metadata

Assignees

Labels

carvingRelating to carving (extraction) of files from traffic and the scanning of those filescloudRelating to deployment of Malcolm in the cloud and/or with Kubernetes

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Released

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions