Print this page
NEX-13374 NDMP should be able to backup unmounted ZFS filesystems
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
NEX-1123 NDMP commands can not uniquely identify Nexenta and the file server version (currently 4.0.1) and Sun Microsystems.
NEX-894 Default location of NDMP log file should be under /var/log
        
*** 1,8 ****
  /*
   * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
!  * Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
   */
  
  /*
   * BSD 3 Clause License
   *
--- 1,8 ----
  /*
   * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
!  * Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
   */
  
  /*
   * BSD 3 Clause License
   *
*** 114,123 ****
--- 114,127 ----
          NDMP_RESTORE_QTN,
          NDMP_OVERWRITE_QTN,
          NDMP_ZFS_FORCE_OVERRIDE,
          NDMP_DRIVE_TYPE,
          NDMP_DEBUG_MODE,
+         NDMP_VENDOR_NAME,
+         NDMP_PRODUCT_NAME,
+         NDMP_AUTOSYNC_SUPPORT,
+         NDMP_HPR_SUPPORT,
          NDMP_MAXALL
  } ndmpd_cfg_id_t;
  
  extern int ndmpd_load_prop(void);
  extern char *ndmpd_get_prop(ndmpd_cfg_id_t);