Changes

Jump to navigation Jump to search
671 bytes added ,  10:08, 16 June 2017
Line 22: Line 22:     
== Deprecated stuff ==
 
== Deprecated stuff ==
 +
 +
; Per-pid rlimits, itimers and posix_timers image file
 +
: Deprecated in [[Download/criu/2.6|2.6]]. Now all this stuff sit in the core entry (all since 1.3)
 +
 +
; Separate image file for epoll tfds
 +
: Deprecated in [[Download/criu/2.6|2.6]]. It's now merged into epoll image since 1.4
 +
 +
; No-file records for ttys
 +
: Deprecated in [[Download/criu/2.7|2.7]]. See [[TTYs]] and <code>collect_one_tty()</code> routine in sources. Older versions of criu (before [[Download/criu/1.4|1.4]] commit caa64d97) didn't have reg_file_entry for ttys.
 +
 +
; Dedicated options for external resources
 +
: Deprecated in [[Download/criu/2.8|2.8]]. {{Opt|--external}} is to be used instead of {{OptD|--ext-unix-sk}}, {{OptD|--veth-pair}}, {{OptD|--ext-mount-map}} and some more.
 +
 +
; Separate image file for fsnotify marks
 +
: Deprecated in [[Download/criu/3.2|3.2]].
    
== Removed stuff ==
 
== Removed stuff ==
 
; The <code>criu show</code> action
 
; The <code>criu show</code> action
: Removed in with [[CRIT]] in [[Download/criu/2.0|2.0]]
+
: Removed in [[Download/criu/2.0|2.0]]. Use [[CRIT]] instead
    
; No ids.img files
 
; No ids.img files
: We've been writing these files since at least v0.4, removed since [[Download/criu/2.1|2.1]]
+
: Removed in [[Download/criu/2.1|2.1]]. We've been writing these files since at least v0.4, no deprecation period.
    
; The <code>--namespaces</code> option
 
; The <code>--namespaces</code> option
: It was used when we didn't have /proc/pid/ns stuff, now it's useless, removed in [[Download/criu/2.2|2.2]]
+
: Removed in [[Download/criu/2.2|2.2]]. It was used when we didn't have /proc/pid/ns stuff, now it's useless, no deprecation period.
    
; Per-pid fdinfo.img file
 
; Per-pid fdinfo.img file
: The new layout (marked with respective bit in inventory) is per-fdtable-id, removed in [[Download/criu/2.4|2.4]]
+
: Removed in [[Download/criu/2.4|2.4]]. The new layout (marked with respective bit in inventory) is per-fdtable-id, no deprecation period.
    
; Per-pid file locks
 
; Per-pid file locks
: Now all locks sit in the file-locks.img file, removed in [[Download/criu/2.4|2.4]]
+
: Removed in [[Download/criu/2.4|2.4]]. Now all locks sit in the file-locks.img file, no deprecation period.
    
; Old page-read
 
; Old page-read
: Used at ancient times when no pagemaps existed, removed in [[Download/criu/2.4|2.4]]
+
: Removed in [[Download/criu/2.4|2.4]]. Used at ancient times when no pagemaps existed, no deprecation period.
    
== Plans ==
 
== Plans ==
; Per-pid rlimits, itimers and posix_timers image file
  −
: Now all this stuff sit in the core entry (all since 1.3)
  −
  −
; Separate image file for epoll tfds
  −
: It's now merged into epoll image since 1.4
     −
; The <code>criu exec</code> action
+
=== The <code>criu exec</code> action ===
: Should be deprecated with [[Compel]]
+
Should be deprecated with [[Compel]]
   −
; Per-PID logs
+
=== Per-PID logs ===
: Not sure whether anybody is using it
     −
; No file records for ttys
+
See [[logging]]. Not sure whether anybody is using it.
: See collect_one_tty(). Older versions of criu didn't have reg_file_entry for ttys.
      
== See also ==
 
== See also ==

Navigation menu