Yuvarani Shankar

Results 8 issues of Yuvarani Shankar

`volcli volume list ` should display only the volumes of the given policy.

When a policy with same name is uploaded twice, the user should be informed about the existing policy otherwise it leaves an impression that the new policy is in use...

TTL locking messages should be isolated so that it doesn't interwind along with other messages. Its little confusing to go over the messages in its current state. `time="2016-10-19T21:45:48Z" level=debug msg="Removing...

`ApplyCGroupRateLimit` shouldn't be called during `NFS` mount

Below is the docker behavior based on mount option policy1/v4:/mnt:nocopy -> during run there is only mount request; and calls unmount after mount failure policy1/v4:/mnt -> during run docker issues...

This will let the DriverOptions to accept any data type. Helps new storage driver integrations. Signed-off-by: Yuva Shankar [email protected]

We're using the very first version(0.1.0) of CNI. It needs to be upgraded to the latest(0.6.0) or anything close to latest.

This implements LRU with TTL: 1. Each item is added with `lastAccessedTime` which is used to remove the items once it meets TTL. 2. This ensures eventual consistency. Some items...