Displaying 7 results from an estimated 7 matches for "c2d1".
Did you mean:
c2.1
2018 Apr 22
3
Gantt Chart Using Plotrix
...gs to POSIXct format:
# The Idea here is to take each of the individual columns in the spreadsheet
# and convert them to the required format and then assemble the dataframe back again:
> c1d1 <- abc$tasks.labels
> c1d1
[1] "task 1" "task2" "task 3"
> c2d1 <- as.POSIXct(abc$start)
> c2d1
[1] "2018-04-01 EDT" "2018-04-15 EDT" "2018-06-01 EDT"
> c3d1 <- as.POSIXct(abc$end)
> c3d1
[1] "2018-04-15 EDT" "2018-05-31 EDT" "2018-06-30 EDT"
> cdfg <- data.frame(c1d1,c2d1,c3d1)
&g...
2018 Apr 23
0
Gantt Chart Using Plotrix
...you didn't do what I suggested, which
was make sure that your data frame matched the example given in the
help for gantt.chart.
Here's what you have:
> str(cdfg)
'data.frame': 3 obs. of 3 variables:
$ c1d1: Factor w/ 3 levels "task 1","task 3",..: 1 3 2
$ c2d1: POSIXct, format: "2018-04-01" "2018-04-15" ...
$ c3d1: POSIXct, format: "2018-04-15" "2018-05-31" ...
Here's what you should have (constructed from the example in the help file):
> str(gantt.info)
List of 4
$ labels : chr [1:5] "First task...
2018 Apr 22
0
Gantt Chart Using Plotrix
Hi,
The help file for gantt.chart states that dates must be in POSIXct
format, and the example shows how to do that. There's no reason that I
can see that you can't use a data frame as input to gantt.chart, but
you need to be very careful that your data frame matches the correct
format. I bet also that your character fields were imported as
factors, because you didn't specify not to.
2018 Apr 22
2
Gantt Chart Using Plotrix
>From the help file for plotrix:
" ... x - a list of task labels, start/end times and task priorities as returned by get.gantt.info ..."
So I try to create an object that will contain this information.
abc <- read.csv("gntr1a.csv")
# The above csv file was generated from MS .xlsx file containing the tasks and corresponding dates
> abc
code tasks.labels
2008 Sep 05
0
raidz pool metadata corrupted nexanta-core->freenas 0.7->nexanta-core
....
action: Destroy and re-create the pool from a backup source.
see: http://www.sun.com/msg/ZFS-8000-72
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
tank FAULTED 0 0 4 corrupted data
raidz1 ONLINE 0 0 4
c2d0 ONLINE 0 0 0
c2d1 ONLINE 0 0 0
c3d0 ONLINE 0 0 0
c3d1 ONLINE 0 0 0
root@cempedak:/dev/rdsk#
root@cempedak:/dev/rdsk# zdb -vvv
syspool
version=10
name='syspool'
state=0
txg=13
pool_guid=7417064082496892875
hostname='elatte_installcd'
vdev_tree
type=...
2008 Jan 06
7
ZFS problem after disk faliure
...5 on x86 and sata disks with 3 controllers.
Please advice on my further actions.
NAME STATE READ WRITE CKSUM
rz2pool DEGRADED 0 0 0
raidz2 DEGRADED 0 0 0
c2d0 FAULTED 0 0 0 corrupted data
c2d1 ONLINE 0 0 0
c2d0 ONLINE 0 0 0
c3d1 ONLINE 0 0 0
c10d0 ONLINE 0 0 0
c10d1 ONLINE 0 0 0
c11d0 ONLINE 0 0 0
c11d1 ONLINE 0...
2008 Jan 10
2
Assistance needed expanding RAIDZ with larger drives
...from zpool -status:
| # zpool status -v
| pool: zp
| state: ONLINE
| scrub: scrub in progress, 30.76% done, 4h33m to go
| config:
|
| NAME STATE READ WRITE CKSUM
| zp ONLINE 0 0 0
| raidz1 ONLINE 0 0 0
| c2d1 ONLINE 0 0 0
| c3d1 ONLINE 0 0 0
| c2d0 ONLINE 0 0 0
| c3d0 ONLINE 0 0 0
|
| errors: No known data errors
And here is the output from ZDB:
| # zdb
| zp
| version=9
| name=''zp...