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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/ndmpd/include/ndmpd_prop.h
          +++ new/usr/src/cmd/ndmpd/include/ndmpd_prop.h
   1    1  /*
   2    2   * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
   3      - * Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
        3 + * Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
   4    4   */
   5    5  
   6    6  /*
   7    7   * BSD 3 Clause License
   8    8   *
   9    9   * Copyright (c) 2007, The Storage Networking Industry Association.
  10   10   *
  11   11   * Redistribution and use in source and binary forms, with or without
  12   12   * modification, are permitted provided that the following conditions
  13   13   * are met:
↓ open down ↓ 95 lines elided ↑ open up ↑
 109  109          NDMP_CRAM_MD5_PASSWORD,
 110  110          NDMP_CLEARTEXT_USERNAME,
 111  111          NDMP_CLEARTEXT_PASSWORD,
 112  112          NDMP_TCP_PORT,
 113  113          NDMP_BACKUP_QTN,
 114  114          NDMP_RESTORE_QTN,
 115  115          NDMP_OVERWRITE_QTN,
 116  116          NDMP_ZFS_FORCE_OVERRIDE,
 117  117          NDMP_DRIVE_TYPE,
 118  118          NDMP_DEBUG_MODE,
      119 +        NDMP_VENDOR_NAME,
      120 +        NDMP_PRODUCT_NAME,
      121 +        NDMP_AUTOSYNC_SUPPORT,
      122 +        NDMP_HPR_SUPPORT,
 119  123          NDMP_MAXALL
 120  124  } ndmpd_cfg_id_t;
 121  125  
 122  126  extern int ndmpd_load_prop(void);
 123  127  extern char *ndmpd_get_prop(ndmpd_cfg_id_t);
 124  128  extern char *ndmpd_get_prop_default(ndmpd_cfg_id_t, char *);
 125  129  extern int ndmpd_get_prop_yorn(ndmpd_cfg_id_t);
 126  130  
 127  131  #ifdef  __cplusplus
 128  132  }
 129  133  #endif
 130  134  
 131  135  #endif /* _NDMPD_PROP_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX