Pawel Knap

Results 16 issues of Pawel Knap

Currently, KD and Klient (KD deamon) can be run only on Unix-like systems. Make them work on Windows.

Epic

Current CLI help implementation produce invalid and sometimes different outputs for `--help` flag. The `USAGE` section for all subcommands always produces: ``` command [command options] [arguments...] ``` thus we are...

A-Bug

Currently, when synchronisation fails, the QUEUE and SYNC columns are set to err. This is not very readable. Additionally, mount status will be useful for mounts that are set to...

Category-KD
Priority-Low
mounts

This requires adding command like `kd mount adopt/switch/transfer` that will use mount remote path on a different machine. Such command will be useful for reinitialised stacks.

Category-KD
Priority-Low
mounts

This is preretirement for hard links. Also it prevents for removing file from cache that has more than one hard link to it. Bonus points: Node entries times are stored...

Category-KD
Priority-Low
mounts

This option should remove all mounts that are connected with provided machine. Bonus points: Add aliases: `kd unmount`, `kd machine unmount` (`unmount` instead of `umount`)

Category-KD
Priority-Low
mounts

Drop UUIDv4 and use name logic similar to UNIX `mount` command. Mount id is also used as cache directory identifier, so this needs to be taken into account in order...

Category-KD
Priority-Low
mounts

The goal of this issue is to add `kd machine addresses` command which will show all machine addresses known to `kd`. Currently, `kd machine list` IP column shows tunnel address...

Category-KD
Priority-Low
after-MVP

Current [log fetcher](https://github.com/koding/koding/blob/3ea9a37c12ec0a9acc7577de0663ab8eb534756c/go/src/koding/klient/logfetcher/logfetcher.go) implementation has a bug that can skip potentially important log message. Despite documented [races](https://github.com/koding/koding/blob/3ea9a37c12ec0a9acc7577de0663ab8eb534756c/go/src/koding/klient/logfetcher/logfetcher.go#L39), log fetcher has another one which can occur when data is written after...

Category-KD
A-Bug

Create a pooler that will monitor remote machine looking for changes in mounted directory. This will provide remote-> local synchronization.

Category-KD
Priority-Mid
mounts