Igor Pashev

Results 47 comments of Igor Pashev

1. The log disappeared because it shouldn't had sneaked in :) 2. AFAIK we are already limited to u64 in other places, and f64 could not be used to represent...

For what I've seen in the API part, we are using Django's `IntegerField` which is i32. It becomes f64 because JS only supports f64 (and max integer `2^53 - 1`).

> Keep in mind that within the next week we will be using influx to get these numbers. Still `u64` is two times more than enough (`i64`) :)

> > because JS only supports f64 (and max integer 2^53 - 1). > > We are not restricted to JS here, but Rust instead since this ultimately is compiled...

> why do we have policy and interval in help output? is it overlapping functionality or it is different? > SUBCOMMANDS: > create Create a snapshot > destroy Destroy the...

> Web interface shows Failed to load resource: the server responded with a status of 502 () error, when I applied this build. > ![image](https://user-images.githubusercontent.com/8348351/101057954-adfb5780-359d-11eb-9916-5a8e1ae144cd.png) It's probably due to database...

> Some more things to implement: > > * Min snapshots are 2. Max snapshots are 32. Done at the DB level and in GUI. > * We need to...

I will need https://github.com/whamcloud/integrated-manager-for-lustre/pull/2457 and https://github.com/whamcloud/integrated-manager-for-lustre/pull/2458

Removed outlines. Overflows seem a general problem as in https://github.com/whamcloud/integrated-manager-for-lustre/issues/1748. Looking.

I am going to split z-index parts to a separate PR.